Import godot_3.6+ds.orig.tar.xz
authorOtto Kekäläinen <otto@debian.org>
Tue, 17 Dec 2024 00:13:02 +0000 (16:13 -0800)
committerOtto Kekäläinen <otto@debian.org>
Tue, 17 Dec 2024 00:13:02 +0000 (16:13 -0800)
commit91c5d3f7e9e53e589ec5f8948973cba74ca4b463
treee7980390ec12f77dab95ff4aad3ff6e3ee2d01d6
Import godot_3.6+ds.orig.tar.xz

[dgit import orig godot_3.6+ds.orig.tar.xz]
7862 files changed:
.clang-format [new file with mode: 0644]
.clang-tidy [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.github/CODEOWNERS [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature---enhancement-request.md [new file with mode: 0644]
.github/actions/godot-build/action.yml [new file with mode: 0644]
.github/actions/godot-cache-restore/action.yml [new file with mode: 0644]
.github/actions/godot-cache-save/action.yml [new file with mode: 0644]
.github/actions/godot-deps/action.yml [new file with mode: 0644]
.github/actions/upload-artifact/action.yml [new file with mode: 0644]
.github/workflows/android_builds.yml [new file with mode: 0644]
.github/workflows/ios_builds.yml [new file with mode: 0644]
.github/workflows/javascript_builds.yml [new file with mode: 0644]
.github/workflows/linux_builds.yml [new file with mode: 0644]
.github/workflows/macos_builds.yml [new file with mode: 0644]
.github/workflows/runner.yml [new file with mode: 0644]
.github/workflows/server_builds.yml [new file with mode: 0644]
.github/workflows/static_checks.yml [new file with mode: 0644]
.github/workflows/windows_builds.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.mailmap [new file with mode: 0644]
AUTHORS.md [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
COPYRIGHT.txt [new file with mode: 0644]
DONORS.md [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
LOGO_LICENSE.md [new file with mode: 0644]
README.md [new file with mode: 0644]
SConstruct [new file with mode: 0644]
compat.py [new file with mode: 0644]
core/SCsub [new file with mode: 0644]
core/array.cpp [new file with mode: 0644]
core/array.h [new file with mode: 0644]
core/bind/SCsub [new file with mode: 0644]
core/bind/core_bind.cpp [new file with mode: 0644]
core/bind/core_bind.h [new file with mode: 0644]
core/bitfield_dynamic.cpp [new file with mode: 0644]
core/bitfield_dynamic.h [new file with mode: 0644]
core/class_db.cpp [new file with mode: 0644]
core/class_db.h [new file with mode: 0644]
core/color.cpp [new file with mode: 0644]
core/color.h [new file with mode: 0644]
core/color_names.inc [new file with mode: 0644]
core/command_queue_mt.cpp [new file with mode: 0644]
core/command_queue_mt.h [new file with mode: 0644]
core/compressed_translation.cpp [new file with mode: 0644]
core/compressed_translation.h [new file with mode: 0644]
core/core_builders.py [new file with mode: 0644]
core/core_string_names.cpp [new file with mode: 0644]
core/core_string_names.h [new file with mode: 0644]
core/cowdata.h [new file with mode: 0644]
core/crypto/SCsub [new file with mode: 0644]
core/crypto/aes_context.cpp [new file with mode: 0644]
core/crypto/aes_context.h [new file with mode: 0644]
core/crypto/crypto.cpp [new file with mode: 0644]
core/crypto/crypto.h [new file with mode: 0644]
core/crypto/crypto_core.cpp [new file with mode: 0644]
core/crypto/crypto_core.h [new file with mode: 0644]
core/crypto/hashing_context.cpp [new file with mode: 0644]
core/crypto/hashing_context.h [new file with mode: 0644]
core/dictionary.cpp [new file with mode: 0644]
core/dictionary.h [new file with mode: 0644]
core/engine.cpp [new file with mode: 0644]
core/engine.h [new file with mode: 0644]
core/error_list.h [new file with mode: 0644]
core/error_macros.cpp [new file with mode: 0644]
core/error_macros.h [new file with mode: 0644]
core/fixed_array.h [new file with mode: 0644]
core/func_ref.cpp [new file with mode: 0644]
core/func_ref.h [new file with mode: 0644]
core/global_constants.cpp [new file with mode: 0644]
core/global_constants.h [new file with mode: 0644]
core/hash_map.h [new file with mode: 0644]
core/hashfuncs.h [new file with mode: 0644]
core/image.cpp [new file with mode: 0644]
core/image.h [new file with mode: 0644]
core/input_map.cpp [new file with mode: 0644]
core/input_map.h [new file with mode: 0644]
core/int_types.h [new file with mode: 0644]
core/io/SCsub [new file with mode: 0644]
core/io/compression.cpp [new file with mode: 0644]
core/io/compression.h [new file with mode: 0644]
core/io/config_file.cpp [new file with mode: 0644]
core/io/config_file.h [new file with mode: 0644]
core/io/dtls_server.cpp [new file with mode: 0644]
core/io/dtls_server.h [new file with mode: 0644]
core/io/file_access_compressed.cpp [new file with mode: 0644]
core/io/file_access_compressed.h [new file with mode: 0644]
core/io/file_access_encrypted.cpp [new file with mode: 0644]
core/io/file_access_encrypted.h [new file with mode: 0644]
core/io/file_access_memory.cpp [new file with mode: 0644]
core/io/file_access_memory.h [new file with mode: 0644]
core/io/file_access_network.cpp [new file with mode: 0644]
core/io/file_access_network.h [new file with mode: 0644]
core/io/file_access_pack.cpp [new file with mode: 0644]
core/io/file_access_pack.h [new file with mode: 0644]
core/io/file_access_zip.cpp [new file with mode: 0644]
core/io/file_access_zip.h [new file with mode: 0644]
core/io/http_client.cpp [new file with mode: 0644]
core/io/http_client.h [new file with mode: 0644]
core/io/image_loader.cpp [new file with mode: 0644]
core/io/image_loader.h [new file with mode: 0644]
core/io/ip.cpp [new file with mode: 0644]
core/io/ip.h [new file with mode: 0644]
core/io/ip_address.cpp [new file with mode: 0644]
core/io/ip_address.h [new file with mode: 0644]
core/io/json.cpp [new file with mode: 0644]
core/io/json.h [new file with mode: 0644]
core/io/logger.cpp [new file with mode: 0644]
core/io/logger.h [new file with mode: 0644]
core/io/marshalls.cpp [new file with mode: 0644]
core/io/marshalls.h [new file with mode: 0644]
core/io/multiplayer_api.cpp [new file with mode: 0644]
core/io/multiplayer_api.h [new file with mode: 0644]
core/io/net_socket.cpp [new file with mode: 0644]
core/io/net_socket.h [new file with mode: 0644]
core/io/networked_multiplayer_custom.cpp [new file with mode: 0644]
core/io/networked_multiplayer_custom.h [new file with mode: 0644]
core/io/networked_multiplayer_peer.cpp [new file with mode: 0644]
core/io/networked_multiplayer_peer.h [new file with mode: 0644]
core/io/packet_peer.cpp [new file with mode: 0644]
core/io/packet_peer.h [new file with mode: 0644]
core/io/packet_peer_dtls.cpp [new file with mode: 0644]
core/io/packet_peer_dtls.h [new file with mode: 0644]
core/io/packet_peer_udp.cpp [new file with mode: 0644]
core/io/packet_peer_udp.h [new file with mode: 0644]
core/io/pck_packer.cpp [new file with mode: 0644]
core/io/pck_packer.h [new file with mode: 0644]
core/io/resource_format_binary.cpp [new file with mode: 0644]
core/io/resource_format_binary.h [new file with mode: 0644]
core/io/resource_importer.cpp [new file with mode: 0644]
core/io/resource_importer.h [new file with mode: 0644]
core/io/resource_loader.cpp [new file with mode: 0644]
core/io/resource_loader.h [new file with mode: 0644]
core/io/resource_saver.cpp [new file with mode: 0644]
core/io/resource_saver.h [new file with mode: 0644]
core/io/stream_peer.cpp [new file with mode: 0644]
core/io/stream_peer.h [new file with mode: 0644]
core/io/stream_peer_ssl.cpp [new file with mode: 0644]
core/io/stream_peer_ssl.h [new file with mode: 0644]
core/io/stream_peer_tcp.cpp [new file with mode: 0644]
core/io/stream_peer_tcp.h [new file with mode: 0644]
core/io/tcp_server.cpp [new file with mode: 0644]
core/io/tcp_server.h [new file with mode: 0644]
core/io/translation_loader_po.cpp [new file with mode: 0644]
core/io/translation_loader_po.h [new file with mode: 0644]
core/io/udp_server.cpp [new file with mode: 0644]
core/io/udp_server.h [new file with mode: 0644]
core/io/xml_parser.cpp [new file with mode: 0644]
core/io/xml_parser.h [new file with mode: 0644]
core/io/zip_io.cpp [new file with mode: 0644]
core/io/zip_io.h [new file with mode: 0644]
core/list.h [new file with mode: 0644]
core/local_vector.h [new file with mode: 0644]
core/locales.h [new file with mode: 0644]
core/make_binders.py [new file with mode: 0644]
core/map.h [new file with mode: 0644]
core/math/SCsub [new file with mode: 0644]
core/math/a_star.cpp [new file with mode: 0644]
core/math/a_star.h [new file with mode: 0644]
core/math/aabb.cpp [new file with mode: 0644]
core/math/aabb.h [new file with mode: 0644]
core/math/audio_frame.cpp [new file with mode: 0644]
core/math/audio_frame.h [new file with mode: 0644]
core/math/basis.cpp [new file with mode: 0644]
core/math/basis.h [new file with mode: 0644]
core/math/bsp_tree.cpp [new file with mode: 0644]
core/math/bsp_tree.h [new file with mode: 0644]
core/math/bvh.h [new file with mode: 0644]
core/math/bvh_abb.h [new file with mode: 0644]
core/math/bvh_cull.inc [new file with mode: 0644]
core/math/bvh_debug.inc [new file with mode: 0644]
core/math/bvh_integrity.inc [new file with mode: 0644]
core/math/bvh_logic.inc [new file with mode: 0644]
core/math/bvh_misc.inc [new file with mode: 0644]
core/math/bvh_pair.inc [new file with mode: 0644]
core/math/bvh_public.inc [new file with mode: 0644]
core/math/bvh_refit.inc [new file with mode: 0644]
core/math/bvh_split.inc [new file with mode: 0644]
core/math/bvh_structs.inc [new file with mode: 0644]
core/math/bvh_tree.h [new file with mode: 0644]
core/math/camera_matrix.cpp [new file with mode: 0644]
core/math/camera_matrix.h [new file with mode: 0644]
core/math/convex_hull.cpp [new file with mode: 0644]
core/math/convex_hull.h [new file with mode: 0644]
core/math/delaunay.h [new file with mode: 0644]
core/math/disjoint_set.cpp [new file with mode: 0644]
core/math/disjoint_set.h [new file with mode: 0644]
core/math/expression.cpp [new file with mode: 0644]
core/math/expression.h [new file with mode: 0644]
core/math/face3.cpp [new file with mode: 0644]
core/math/face3.h [new file with mode: 0644]
core/math/geometry.cpp [new file with mode: 0644]
core/math/geometry.h [new file with mode: 0644]
core/math/math_defs.h [new file with mode: 0644]
core/math/math_fieldwise.cpp [new file with mode: 0644]
core/math/math_fieldwise.h [new file with mode: 0644]
core/math/math_funcs.cpp [new file with mode: 0644]
core/math/math_funcs.h [new file with mode: 0644]
core/math/octree.h [new file with mode: 0644]
core/math/octree_definition.inc [new file with mode: 0644]
core/math/plane.cpp [new file with mode: 0644]
core/math/plane.h [new file with mode: 0644]
core/math/quat.cpp [new file with mode: 0644]
core/math/quat.h [new file with mode: 0644]
core/math/quick_hull.cpp [new file with mode: 0644]
core/math/quick_hull.h [new file with mode: 0644]
core/math/random_number_generator.cpp [new file with mode: 0644]
core/math/random_number_generator.h [new file with mode: 0644]
core/math/random_pcg.cpp [new file with mode: 0644]
core/math/random_pcg.h [new file with mode: 0644]
core/math/rect2.cpp [new file with mode: 0644]
core/math/rect2.h [new file with mode: 0644]
core/math/transform.cpp [new file with mode: 0644]
core/math/transform.h [new file with mode: 0644]
core/math/transform_2d.cpp [new file with mode: 0644]
core/math/transform_2d.h [new file with mode: 0644]
core/math/transform_interpolator.cpp [new file with mode: 0644]
core/math/transform_interpolator.h [new file with mode: 0644]
core/math/triangle_mesh.cpp [new file with mode: 0644]
core/math/triangle_mesh.h [new file with mode: 0644]
core/math/triangulate.cpp [new file with mode: 0644]
core/math/triangulate.h [new file with mode: 0644]
core/math/vector2.cpp [new file with mode: 0644]
core/math/vector2.h [new file with mode: 0644]
core/math/vector3.cpp [new file with mode: 0644]
core/math/vector3.h [new file with mode: 0644]
core/math/vertex_cache_optimizer.cpp [new file with mode: 0644]
core/math/vertex_cache_optimizer.h [new file with mode: 0644]
core/message_queue.cpp [new file with mode: 0644]
core/message_queue.h [new file with mode: 0644]
core/method_bind.cpp [new file with mode: 0644]
core/method_bind.h [new file with mode: 0644]
core/method_ptrcall.h [new file with mode: 0644]
core/node_path.cpp [new file with mode: 0644]
core/node_path.h [new file with mode: 0644]
core/oa_hash_map.h [new file with mode: 0644]
core/object.cpp [new file with mode: 0644]
core/object.h [new file with mode: 0644]
core/object_id.h [new file with mode: 0644]
core/object_rc.h [new file with mode: 0644]
core/ordered_hash_map.h [new file with mode: 0644]
core/os/SCsub [new file with mode: 0644]
core/os/dir_access.cpp [new file with mode: 0644]
core/os/dir_access.h [new file with mode: 0644]
core/os/file_access.cpp [new file with mode: 0644]
core/os/file_access.h [new file with mode: 0644]
core/os/input.cpp [new file with mode: 0644]
core/os/input.h [new file with mode: 0644]
core/os/input_event.cpp [new file with mode: 0644]
core/os/input_event.h [new file with mode: 0644]
core/os/keyboard.cpp [new file with mode: 0644]
core/os/keyboard.h [new file with mode: 0644]
core/os/main_loop.cpp [new file with mode: 0644]
core/os/main_loop.h [new file with mode: 0644]
core/os/memory.cpp [new file with mode: 0644]
core/os/memory.h [new file with mode: 0644]
core/os/midi_driver.cpp [new file with mode: 0644]
core/os/midi_driver.h [new file with mode: 0644]
core/os/mutex.cpp [new file with mode: 0644]
core/os/mutex.h [new file with mode: 0644]
core/os/os.cpp [new file with mode: 0644]
core/os/os.h [new file with mode: 0644]
core/os/rw_lock.h [new file with mode: 0644]
core/os/semaphore.h [new file with mode: 0644]
core/os/spin_lock.h [new file with mode: 0644]
core/os/thread.cpp [new file with mode: 0644]
core/os/thread.h [new file with mode: 0644]
core/os/thread_safe.h [new file with mode: 0644]
core/os/thread_work_pool.cpp [new file with mode: 0644]
core/os/thread_work_pool.h [new file with mode: 0644]
core/os/threaded_array_processor.h [new file with mode: 0644]
core/os/time.cpp [new file with mode: 0644]
core/os/time.h [new file with mode: 0644]
core/packed_data_container.cpp [new file with mode: 0644]
core/packed_data_container.h [new file with mode: 0644]
core/paged_allocator.h [new file with mode: 0644]
core/pair.h [new file with mode: 0644]
core/path_remap.cpp [new file with mode: 0644]
core/path_remap.h [new file with mode: 0644]
core/pool_allocator.cpp [new file with mode: 0644]
core/pool_allocator.h [new file with mode: 0644]
core/pool_vector.cpp [new file with mode: 0644]
core/pool_vector.h [new file with mode: 0644]
core/pooled_list.h [new file with mode: 0644]
core/print_string.cpp [new file with mode: 0644]
core/print_string.h [new file with mode: 0644]
core/project_settings.cpp [new file with mode: 0644]
core/project_settings.h [new file with mode: 0644]
core/ref_ptr.cpp [new file with mode: 0644]
core/ref_ptr.h [new file with mode: 0644]
core/reference.cpp [new file with mode: 0644]
core/reference.h [new file with mode: 0644]
core/register_core_types.cpp [new file with mode: 0644]
core/register_core_types.h [new file with mode: 0644]
core/resource.cpp [new file with mode: 0644]
core/resource.h [new file with mode: 0644]
core/rid.cpp [new file with mode: 0644]
core/rid.h [new file with mode: 0644]
core/rid_handle.cpp [new file with mode: 0644]
core/rid_handle.h [new file with mode: 0644]
core/ring_buffer.h [new file with mode: 0644]
core/safe_refcount.cpp [new file with mode: 0644]
core/safe_refcount.h [new file with mode: 0644]
core/script_debugger_local.cpp [new file with mode: 0644]
core/script_debugger_local.h [new file with mode: 0644]
core/script_language.cpp [new file with mode: 0644]
core/script_language.h [new file with mode: 0644]
core/self_list.h [new file with mode: 0644]
core/set.h [new file with mode: 0644]
core/simple_type.h [new file with mode: 0644]
core/sort_array.h [new file with mode: 0644]
core/string_buffer.h [new file with mode: 0644]
core/string_builder.cpp [new file with mode: 0644]
core/string_builder.h [new file with mode: 0644]
core/string_name.cpp [new file with mode: 0644]
core/string_name.h [new file with mode: 0644]
core/threaded_callable_queue.h [new file with mode: 0644]
core/translation.cpp [new file with mode: 0644]
core/translation.h [new file with mode: 0644]
core/type_info.h [new file with mode: 0644]
core/typedefs.h [new file with mode: 0644]
core/ucaps.h [new file with mode: 0644]
core/undo_redo.cpp [new file with mode: 0644]
core/undo_redo.h [new file with mode: 0644]
core/ustring.cpp [new file with mode: 0644]
core/ustring.h [new file with mode: 0644]
core/variant.cpp [new file with mode: 0644]
core/variant.h [new file with mode: 0644]
core/variant_call.cpp [new file with mode: 0644]
core/variant_op.cpp [new file with mode: 0644]
core/variant_parser.cpp [new file with mode: 0644]
core/variant_parser.h [new file with mode: 0644]
core/vector.h [new file with mode: 0644]
core/version.h [new file with mode: 0644]
core/vmap.h [new file with mode: 0644]
core/vset.h [new file with mode: 0644]
doc/Doxyfile [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
doc/class.xsd [new file with mode: 0644]
doc/classes/@GlobalScope.xml [new file with mode: 0644]
doc/classes/AABB.xml [new file with mode: 0644]
doc/classes/AESContext.xml [new file with mode: 0644]
doc/classes/ARVRAnchor.xml [new file with mode: 0644]
doc/classes/ARVRCamera.xml [new file with mode: 0644]
doc/classes/ARVRController.xml [new file with mode: 0644]
doc/classes/ARVRInterface.xml [new file with mode: 0644]
doc/classes/ARVROrigin.xml [new file with mode: 0644]
doc/classes/ARVRPositionalTracker.xml [new file with mode: 0644]
doc/classes/ARVRServer.xml [new file with mode: 0644]
doc/classes/AStar.xml [new file with mode: 0644]
doc/classes/AStar2D.xml [new file with mode: 0644]
doc/classes/AcceptDialog.xml [new file with mode: 0644]
doc/classes/AnimatedSprite.xml [new file with mode: 0644]
doc/classes/AnimatedSprite3D.xml [new file with mode: 0644]
doc/classes/AnimatedTexture.xml [new file with mode: 0644]
doc/classes/Animation.xml [new file with mode: 0644]
doc/classes/AnimationNode.xml [new file with mode: 0644]
doc/classes/AnimationNodeAdd2.xml [new file with mode: 0644]
doc/classes/AnimationNodeAdd3.xml [new file with mode: 0644]
doc/classes/AnimationNodeAnimation.xml [new file with mode: 0644]
doc/classes/AnimationNodeBlend2.xml [new file with mode: 0644]
doc/classes/AnimationNodeBlend3.xml [new file with mode: 0644]
doc/classes/AnimationNodeBlendSpace1D.xml [new file with mode: 0644]
doc/classes/AnimationNodeBlendSpace2D.xml [new file with mode: 0644]
doc/classes/AnimationNodeBlendTree.xml [new file with mode: 0644]
doc/classes/AnimationNodeOneShot.xml [new file with mode: 0644]
doc/classes/AnimationNodeOutput.xml [new file with mode: 0644]
doc/classes/AnimationNodeStateMachine.xml [new file with mode: 0644]
doc/classes/AnimationNodeStateMachinePlayback.xml [new file with mode: 0644]
doc/classes/AnimationNodeStateMachineTransition.xml [new file with mode: 0644]
doc/classes/AnimationNodeTimeScale.xml [new file with mode: 0644]
doc/classes/AnimationNodeTimeSeek.xml [new file with mode: 0644]
doc/classes/AnimationNodeTransition.xml [new file with mode: 0644]
doc/classes/AnimationPlayer.xml [new file with mode: 0644]
doc/classes/AnimationRootNode.xml [new file with mode: 0644]
doc/classes/AnimationTrackEditPlugin.xml [new file with mode: 0644]
doc/classes/AnimationTree.xml [new file with mode: 0644]
doc/classes/AnimationTreePlayer.xml [new file with mode: 0644]
doc/classes/Area.xml [new file with mode: 0644]
doc/classes/Area2D.xml [new file with mode: 0644]
doc/classes/Array.xml [new file with mode: 0644]
doc/classes/ArrayMesh.xml [new file with mode: 0644]
doc/classes/AspectRatioContainer.xml [new file with mode: 0644]
doc/classes/AtlasTexture.xml [new file with mode: 0644]
doc/classes/AudioBusLayout.xml [new file with mode: 0644]
doc/classes/AudioEffect.xml [new file with mode: 0644]
doc/classes/AudioEffectAmplify.xml [new file with mode: 0644]
doc/classes/AudioEffectBandLimitFilter.xml [new file with mode: 0644]
doc/classes/AudioEffectBandPassFilter.xml [new file with mode: 0644]
doc/classes/AudioEffectCapture.xml [new file with mode: 0644]
doc/classes/AudioEffectChorus.xml [new file with mode: 0644]
doc/classes/AudioEffectCompressor.xml [new file with mode: 0644]
doc/classes/AudioEffectDelay.xml [new file with mode: 0644]
doc/classes/AudioEffectDistortion.xml [new file with mode: 0644]
doc/classes/AudioEffectEQ.xml [new file with mode: 0644]
doc/classes/AudioEffectEQ10.xml [new file with mode: 0644]
doc/classes/AudioEffectEQ21.xml [new file with mode: 0644]
doc/classes/AudioEffectEQ6.xml [new file with mode: 0644]
doc/classes/AudioEffectFilter.xml [new file with mode: 0644]
doc/classes/AudioEffectHighPassFilter.xml [new file with mode: 0644]
doc/classes/AudioEffectHighShelfFilter.xml [new file with mode: 0644]
doc/classes/AudioEffectInstance.xml [new file with mode: 0644]
doc/classes/AudioEffectLimiter.xml [new file with mode: 0644]
doc/classes/AudioEffectLowPassFilter.xml [new file with mode: 0644]
doc/classes/AudioEffectLowShelfFilter.xml [new file with mode: 0644]
doc/classes/AudioEffectNotchFilter.xml [new file with mode: 0644]
doc/classes/AudioEffectPanner.xml [new file with mode: 0644]
doc/classes/AudioEffectPhaser.xml [new file with mode: 0644]
doc/classes/AudioEffectPitchShift.xml [new file with mode: 0644]
doc/classes/AudioEffectRecord.xml [new file with mode: 0644]
doc/classes/AudioEffectReverb.xml [new file with mode: 0644]
doc/classes/AudioEffectSpectrumAnalyzer.xml [new file with mode: 0644]
doc/classes/AudioEffectSpectrumAnalyzerInstance.xml [new file with mode: 0644]
doc/classes/AudioEffectStereoEnhance.xml [new file with mode: 0644]
doc/classes/AudioServer.xml [new file with mode: 0644]
doc/classes/AudioStream.xml [new file with mode: 0644]
doc/classes/AudioStreamGenerator.xml [new file with mode: 0644]
doc/classes/AudioStreamGeneratorPlayback.xml [new file with mode: 0644]
doc/classes/AudioStreamMicrophone.xml [new file with mode: 0644]
doc/classes/AudioStreamPlayback.xml [new file with mode: 0644]
doc/classes/AudioStreamPlaybackResampled.xml [new file with mode: 0644]
doc/classes/AudioStreamPlayer.xml [new file with mode: 0644]
doc/classes/AudioStreamPlayer2D.xml [new file with mode: 0644]
doc/classes/AudioStreamPlayer3D.xml [new file with mode: 0644]
doc/classes/AudioStreamRandomPitch.xml [new file with mode: 0644]
doc/classes/AudioStreamSample.xml [new file with mode: 0644]
doc/classes/BackBufferCopy.xml [new file with mode: 0644]
doc/classes/BakedLightmap.xml [new file with mode: 0644]
doc/classes/BakedLightmapData.xml [new file with mode: 0644]
doc/classes/BaseButton.xml [new file with mode: 0644]
doc/classes/Basis.xml [new file with mode: 0644]
doc/classes/BitMap.xml [new file with mode: 0644]
doc/classes/BitmapFont.xml [new file with mode: 0644]
doc/classes/Bone2D.xml [new file with mode: 0644]
doc/classes/BoneAttachment.xml [new file with mode: 0644]
doc/classes/BoxContainer.xml [new file with mode: 0644]
doc/classes/BoxShape.xml [new file with mode: 0644]
doc/classes/Button.xml [new file with mode: 0644]
doc/classes/ButtonGroup.xml [new file with mode: 0644]
doc/classes/CPUParticles.xml [new file with mode: 0644]
doc/classes/CPUParticles2D.xml [new file with mode: 0644]
doc/classes/CallbackTweener.xml [new file with mode: 0644]
doc/classes/Camera.xml [new file with mode: 0644]
doc/classes/Camera2D.xml [new file with mode: 0644]
doc/classes/CameraFeed.xml [new file with mode: 0644]
doc/classes/CameraServer.xml [new file with mode: 0644]
doc/classes/CameraTexture.xml [new file with mode: 0644]
doc/classes/CanvasItem.xml [new file with mode: 0644]
doc/classes/CanvasItemMaterial.xml [new file with mode: 0644]
doc/classes/CanvasLayer.xml [new file with mode: 0644]
doc/classes/CanvasModulate.xml [new file with mode: 0644]
doc/classes/CapsuleMesh.xml [new file with mode: 0644]
doc/classes/CapsuleShape.xml [new file with mode: 0644]
doc/classes/CapsuleShape2D.xml [new file with mode: 0644]
doc/classes/CenterContainer.xml [new file with mode: 0644]
doc/classes/CharFXTransform.xml [new file with mode: 0644]
doc/classes/CheckBox.xml [new file with mode: 0644]
doc/classes/CheckButton.xml [new file with mode: 0644]
doc/classes/CircleShape2D.xml [new file with mode: 0644]
doc/classes/ClassDB.xml [new file with mode: 0644]
doc/classes/ClippedCamera.xml [new file with mode: 0644]
doc/classes/CollisionObject.xml [new file with mode: 0644]
doc/classes/CollisionObject2D.xml [new file with mode: 0644]
doc/classes/CollisionPolygon.xml [new file with mode: 0644]
doc/classes/CollisionPolygon2D.xml [new file with mode: 0644]
doc/classes/CollisionShape.xml [new file with mode: 0644]
doc/classes/CollisionShape2D.xml [new file with mode: 0644]
doc/classes/Color.xml [new file with mode: 0644]
doc/classes/ColorPicker.xml [new file with mode: 0644]
doc/classes/ColorPickerButton.xml [new file with mode: 0644]
doc/classes/ColorRect.xml [new file with mode: 0644]
doc/classes/ConcavePolygonShape.xml [new file with mode: 0644]
doc/classes/ConcavePolygonShape2D.xml [new file with mode: 0644]
doc/classes/ConeTwistJoint.xml [new file with mode: 0644]
doc/classes/ConfigFile.xml [new file with mode: 0644]
doc/classes/ConfirmationDialog.xml [new file with mode: 0644]
doc/classes/Container.xml [new file with mode: 0644]
doc/classes/Control.xml [new file with mode: 0644]
doc/classes/ConvexPolygonShape.xml [new file with mode: 0644]
doc/classes/ConvexPolygonShape2D.xml [new file with mode: 0644]
doc/classes/Crypto.xml [new file with mode: 0644]
doc/classes/CryptoKey.xml [new file with mode: 0644]
doc/classes/CubeMap.xml [new file with mode: 0644]
doc/classes/CubeMesh.xml [new file with mode: 0644]
doc/classes/CullInstance.xml [new file with mode: 0644]
doc/classes/Curve.xml [new file with mode: 0644]
doc/classes/Curve2D.xml [new file with mode: 0644]
doc/classes/Curve3D.xml [new file with mode: 0644]
doc/classes/CurveTexture.xml [new file with mode: 0644]
doc/classes/CylinderMesh.xml [new file with mode: 0644]
doc/classes/CylinderShape.xml [new file with mode: 0644]
doc/classes/DTLSServer.xml [new file with mode: 0644]
doc/classes/DampedSpringJoint2D.xml [new file with mode: 0644]
doc/classes/Dictionary.xml [new file with mode: 0644]
doc/classes/DirectionalLight.xml [new file with mode: 0644]
doc/classes/Directory.xml [new file with mode: 0644]
doc/classes/DynamicFont.xml [new file with mode: 0644]
doc/classes/DynamicFontData.xml [new file with mode: 0644]
doc/classes/EditorExportPlugin.xml [new file with mode: 0644]
doc/classes/EditorFeatureProfile.xml [new file with mode: 0644]
doc/classes/EditorFileDialog.xml [new file with mode: 0644]
doc/classes/EditorFileSystem.xml [new file with mode: 0644]
doc/classes/EditorFileSystemDirectory.xml [new file with mode: 0644]
doc/classes/EditorImportPlugin.xml [new file with mode: 0644]
doc/classes/EditorInspector.xml [new file with mode: 0644]
doc/classes/EditorInspectorPlugin.xml [new file with mode: 0644]
doc/classes/EditorInterface.xml [new file with mode: 0644]
doc/classes/EditorPlugin.xml [new file with mode: 0644]
doc/classes/EditorProperty.xml [new file with mode: 0644]
doc/classes/EditorResourceConversionPlugin.xml [new file with mode: 0644]
doc/classes/EditorResourcePicker.xml [new file with mode: 0644]
doc/classes/EditorResourcePreview.xml [new file with mode: 0644]
doc/classes/EditorResourcePreviewGenerator.xml [new file with mode: 0644]
doc/classes/EditorSceneImporter.xml [new file with mode: 0644]
doc/classes/EditorScenePostImport.xml [new file with mode: 0644]
doc/classes/EditorScript.xml [new file with mode: 0644]
doc/classes/EditorScriptPicker.xml [new file with mode: 0644]
doc/classes/EditorSelection.xml [new file with mode: 0644]
doc/classes/EditorSettings.xml [new file with mode: 0644]
doc/classes/EditorSpatialGizmo.xml [new file with mode: 0644]
doc/classes/EditorSpatialGizmoPlugin.xml [new file with mode: 0644]
doc/classes/EditorSpinSlider.xml [new file with mode: 0644]
doc/classes/EditorVCSInterface.xml [new file with mode: 0644]
doc/classes/EncodedObjectAsID.xml [new file with mode: 0644]
doc/classes/Engine.xml [new file with mode: 0644]
doc/classes/Environment.xml [new file with mode: 0644]
doc/classes/Expression.xml [new file with mode: 0644]
doc/classes/ExternalTexture.xml [new file with mode: 0644]
doc/classes/File.xml [new file with mode: 0644]
doc/classes/FileDialog.xml [new file with mode: 0644]
doc/classes/FileSystemDock.xml [new file with mode: 0644]
doc/classes/FlowContainer.xml [new file with mode: 0644]
doc/classes/Font.xml [new file with mode: 0644]
doc/classes/FuncRef.xml [new file with mode: 0644]
doc/classes/GIProbe.xml [new file with mode: 0644]
doc/classes/GIProbeData.xml [new file with mode: 0644]
doc/classes/Generic6DOFJoint.xml [new file with mode: 0644]
doc/classes/Geometry.xml [new file with mode: 0644]
doc/classes/GeometryInstance.xml [new file with mode: 0644]
doc/classes/Gradient.xml [new file with mode: 0644]
doc/classes/GradientTexture.xml [new file with mode: 0644]
doc/classes/GradientTexture2D.xml [new file with mode: 0644]
doc/classes/GraphEdit.xml [new file with mode: 0644]
doc/classes/GraphNode.xml [new file with mode: 0644]
doc/classes/GridContainer.xml [new file with mode: 0644]
doc/classes/GrooveJoint2D.xml [new file with mode: 0644]
doc/classes/HBoxContainer.xml [new file with mode: 0644]
doc/classes/HFlowContainer.xml [new file with mode: 0644]
doc/classes/HMACContext.xml [new file with mode: 0644]
doc/classes/HScrollBar.xml [new file with mode: 0644]
doc/classes/HSeparator.xml [new file with mode: 0644]
doc/classes/HSlider.xml [new file with mode: 0644]
doc/classes/HSplitContainer.xml [new file with mode: 0644]
doc/classes/HTTPClient.xml [new file with mode: 0644]
doc/classes/HTTPRequest.xml [new file with mode: 0644]
doc/classes/HashingContext.xml [new file with mode: 0644]
doc/classes/HeightMapShape.xml [new file with mode: 0644]
doc/classes/HingeJoint.xml [new file with mode: 0644]
doc/classes/IP.xml [new file with mode: 0644]
doc/classes/Image.xml [new file with mode: 0644]
doc/classes/ImageTexture.xml [new file with mode: 0644]
doc/classes/ImmediateGeometry.xml [new file with mode: 0644]
doc/classes/Input.xml [new file with mode: 0644]
doc/classes/InputEvent.xml [new file with mode: 0644]
doc/classes/InputEventAction.xml [new file with mode: 0644]
doc/classes/InputEventGesture.xml [new file with mode: 0644]
doc/classes/InputEventJoypadButton.xml [new file with mode: 0644]
doc/classes/InputEventJoypadMotion.xml [new file with mode: 0644]
doc/classes/InputEventKey.xml [new file with mode: 0644]
doc/classes/InputEventMIDI.xml [new file with mode: 0644]
doc/classes/InputEventMagnifyGesture.xml [new file with mode: 0644]
doc/classes/InputEventMouse.xml [new file with mode: 0644]
doc/classes/InputEventMouseButton.xml [new file with mode: 0644]
doc/classes/InputEventMouseMotion.xml [new file with mode: 0644]
doc/classes/InputEventPanGesture.xml [new file with mode: 0644]
doc/classes/InputEventScreenDrag.xml [new file with mode: 0644]
doc/classes/InputEventScreenTouch.xml [new file with mode: 0644]
doc/classes/InputEventWithModifiers.xml [new file with mode: 0644]
doc/classes/InputMap.xml [new file with mode: 0644]
doc/classes/InstancePlaceholder.xml [new file with mode: 0644]
doc/classes/InterpolatedCamera.xml [new file with mode: 0644]
doc/classes/IntervalTweener.xml [new file with mode: 0644]
doc/classes/ItemList.xml [new file with mode: 0644]
doc/classes/JNISingleton.xml [new file with mode: 0644]
doc/classes/JSON.xml [new file with mode: 0644]
doc/classes/JSONParseResult.xml [new file with mode: 0644]
doc/classes/JSONRPC.xml [new file with mode: 0644]
doc/classes/JavaClass.xml [new file with mode: 0644]
doc/classes/JavaClassWrapper.xml [new file with mode: 0644]
doc/classes/JavaScript.xml [new file with mode: 0644]
doc/classes/JavaScriptObject.xml [new file with mode: 0644]
doc/classes/Joint.xml [new file with mode: 0644]
doc/classes/Joint2D.xml [new file with mode: 0644]
doc/classes/KinematicBody.xml [new file with mode: 0644]
doc/classes/KinematicBody2D.xml [new file with mode: 0644]
doc/classes/KinematicCollision.xml [new file with mode: 0644]
doc/classes/KinematicCollision2D.xml [new file with mode: 0644]
doc/classes/LOD.xml [new file with mode: 0644]
doc/classes/Label.xml [new file with mode: 0644]
doc/classes/Label3D.xml [new file with mode: 0644]
doc/classes/LargeTexture.xml [new file with mode: 0644]
doc/classes/Light.xml [new file with mode: 0644]
doc/classes/Light2D.xml [new file with mode: 0644]
doc/classes/LightOccluder2D.xml [new file with mode: 0644]
doc/classes/Line2D.xml [new file with mode: 0644]
doc/classes/LineEdit.xml [new file with mode: 0644]
doc/classes/LineShape2D.xml [new file with mode: 0644]
doc/classes/LinkButton.xml [new file with mode: 0644]
doc/classes/Listener.xml [new file with mode: 0644]
doc/classes/Listener2D.xml [new file with mode: 0644]
doc/classes/MainLoop.xml [new file with mode: 0644]
doc/classes/MarginContainer.xml [new file with mode: 0644]
doc/classes/Marshalls.xml [new file with mode: 0644]
doc/classes/Material.xml [new file with mode: 0644]
doc/classes/Material3D.xml [new file with mode: 0644]
doc/classes/MenuButton.xml [new file with mode: 0644]
doc/classes/MergeGroup.xml [new file with mode: 0644]
doc/classes/Mesh.xml [new file with mode: 0644]
doc/classes/MeshDataTool.xml [new file with mode: 0644]
doc/classes/MeshInstance.xml [new file with mode: 0644]
doc/classes/MeshInstance2D.xml [new file with mode: 0644]
doc/classes/MeshLibrary.xml [new file with mode: 0644]
doc/classes/MeshTexture.xml [new file with mode: 0644]
doc/classes/MethodTweener.xml [new file with mode: 0644]
doc/classes/MultiMesh.xml [new file with mode: 0644]
doc/classes/MultiMeshInstance.xml [new file with mode: 0644]
doc/classes/MultiMeshInstance2D.xml [new file with mode: 0644]
doc/classes/MultiplayerAPI.xml [new file with mode: 0644]
doc/classes/Mutex.xml [new file with mode: 0644]
doc/classes/Navigation.xml [new file with mode: 0644]
doc/classes/Navigation2D.xml [new file with mode: 0644]
doc/classes/Navigation2DServer.xml [new file with mode: 0644]
doc/classes/NavigationAgent.xml [new file with mode: 0644]
doc/classes/NavigationAgent2D.xml [new file with mode: 0644]
doc/classes/NavigationMesh.xml [new file with mode: 0644]
doc/classes/NavigationMeshGenerator.xml [new file with mode: 0644]
doc/classes/NavigationMeshInstance.xml [new file with mode: 0644]
doc/classes/NavigationObstacle.xml [new file with mode: 0644]
doc/classes/NavigationObstacle2D.xml [new file with mode: 0644]
doc/classes/NavigationPolygon.xml [new file with mode: 0644]
doc/classes/NavigationPolygonInstance.xml [new file with mode: 0644]
doc/classes/NavigationServer.xml [new file with mode: 0644]
doc/classes/NetworkedMultiplayerCustom.xml [new file with mode: 0644]
doc/classes/NetworkedMultiplayerPeer.xml [new file with mode: 0644]
doc/classes/NinePatchRect.xml [new file with mode: 0644]
doc/classes/Node.xml [new file with mode: 0644]
doc/classes/Node2D.xml [new file with mode: 0644]
doc/classes/NodePath.xml [new file with mode: 0644]
doc/classes/ORMSpatialMaterial.xml [new file with mode: 0644]
doc/classes/OS.xml [new file with mode: 0644]
doc/classes/Object.xml [new file with mode: 0644]
doc/classes/Occluder.xml [new file with mode: 0644]
doc/classes/OccluderPolygon2D.xml [new file with mode: 0644]
doc/classes/OccluderShape.xml [new file with mode: 0644]
doc/classes/OccluderShapePolygon.xml [new file with mode: 0644]
doc/classes/OccluderShapeSphere.xml [new file with mode: 0644]
doc/classes/OmniLight.xml [new file with mode: 0644]
doc/classes/OptionButton.xml [new file with mode: 0644]
doc/classes/PCKPacker.xml [new file with mode: 0644]
doc/classes/PHashTranslation.xml [new file with mode: 0644]
doc/classes/PackedDataContainer.xml [new file with mode: 0644]
doc/classes/PackedDataContainerRef.xml [new file with mode: 0644]
doc/classes/PackedScene.xml [new file with mode: 0644]
doc/classes/PacketPeer.xml [new file with mode: 0644]
doc/classes/PacketPeerDTLS.xml [new file with mode: 0644]
doc/classes/PacketPeerStream.xml [new file with mode: 0644]
doc/classes/PacketPeerUDP.xml [new file with mode: 0644]
doc/classes/Panel.xml [new file with mode: 0644]
doc/classes/PanelContainer.xml [new file with mode: 0644]
doc/classes/PanoramaSky.xml [new file with mode: 0644]
doc/classes/ParallaxBackground.xml [new file with mode: 0644]
doc/classes/ParallaxLayer.xml [new file with mode: 0644]
doc/classes/Particles.xml [new file with mode: 0644]
doc/classes/Particles2D.xml [new file with mode: 0644]
doc/classes/ParticlesMaterial.xml [new file with mode: 0644]
doc/classes/Path.xml [new file with mode: 0644]
doc/classes/Path2D.xml [new file with mode: 0644]
doc/classes/PathFollow.xml [new file with mode: 0644]
doc/classes/PathFollow2D.xml [new file with mode: 0644]
doc/classes/Performance.xml [new file with mode: 0644]
doc/classes/PhysicalBone.xml [new file with mode: 0644]
doc/classes/Physics2DDirectBodyState.xml [new file with mode: 0644]
doc/classes/Physics2DDirectSpaceState.xml [new file with mode: 0644]
doc/classes/Physics2DServer.xml [new file with mode: 0644]
doc/classes/Physics2DShapeQueryParameters.xml [new file with mode: 0644]
doc/classes/Physics2DTestMotionResult.xml [new file with mode: 0644]
doc/classes/PhysicsBody.xml [new file with mode: 0644]
doc/classes/PhysicsBody2D.xml [new file with mode: 0644]
doc/classes/PhysicsDirectBodyState.xml [new file with mode: 0644]
doc/classes/PhysicsDirectSpaceState.xml [new file with mode: 0644]
doc/classes/PhysicsMaterial.xml [new file with mode: 0644]
doc/classes/PhysicsServer.xml [new file with mode: 0644]
doc/classes/PhysicsShapeQueryParameters.xml [new file with mode: 0644]
doc/classes/PhysicsTestMotionResult.xml [new file with mode: 0644]
doc/classes/PinJoint.xml [new file with mode: 0644]
doc/classes/PinJoint2D.xml [new file with mode: 0644]
doc/classes/Plane.xml [new file with mode: 0644]
doc/classes/PlaneMesh.xml [new file with mode: 0644]
doc/classes/PlaneShape.xml [new file with mode: 0644]
doc/classes/PointMesh.xml [new file with mode: 0644]
doc/classes/Polygon2D.xml [new file with mode: 0644]
doc/classes/PolygonPathFinder.xml [new file with mode: 0644]
doc/classes/PoolByteArray.xml [new file with mode: 0644]
doc/classes/PoolColorArray.xml [new file with mode: 0644]
doc/classes/PoolIntArray.xml [new file with mode: 0644]
doc/classes/PoolRealArray.xml [new file with mode: 0644]
doc/classes/PoolStringArray.xml [new file with mode: 0644]
doc/classes/PoolVector2Array.xml [new file with mode: 0644]
doc/classes/PoolVector3Array.xml [new file with mode: 0644]
doc/classes/Popup.xml [new file with mode: 0644]
doc/classes/PopupDialog.xml [new file with mode: 0644]
doc/classes/PopupMenu.xml [new file with mode: 0644]
doc/classes/PopupPanel.xml [new file with mode: 0644]
doc/classes/Portal.xml [new file with mode: 0644]
doc/classes/Position2D.xml [new file with mode: 0644]
doc/classes/Position3D.xml [new file with mode: 0644]
doc/classes/PrimitiveMesh.xml [new file with mode: 0644]
doc/classes/PrismMesh.xml [new file with mode: 0644]
doc/classes/ProceduralSky.xml [new file with mode: 0644]
doc/classes/ProgressBar.xml [new file with mode: 0644]
doc/classes/ProjectSettings.xml [new file with mode: 0644]
doc/classes/PropertyTweener.xml [new file with mode: 0644]
doc/classes/ProximityGroup.xml [new file with mode: 0644]
doc/classes/ProxyTexture.xml [new file with mode: 0644]
doc/classes/QuadMesh.xml [new file with mode: 0644]
doc/classes/Quat.xml [new file with mode: 0644]
doc/classes/RID.xml [new file with mode: 0644]
doc/classes/RandomNumberGenerator.xml [new file with mode: 0644]
doc/classes/Range.xml [new file with mode: 0644]
doc/classes/RayCast.xml [new file with mode: 0644]
doc/classes/RayCast2D.xml [new file with mode: 0644]
doc/classes/RayShape.xml [new file with mode: 0644]
doc/classes/RayShape2D.xml [new file with mode: 0644]
doc/classes/Rect2.xml [new file with mode: 0644]
doc/classes/RectangleShape2D.xml [new file with mode: 0644]
doc/classes/Reference.xml [new file with mode: 0644]
doc/classes/ReferenceRect.xml [new file with mode: 0644]
doc/classes/ReflectionProbe.xml [new file with mode: 0644]
doc/classes/RemoteTransform.xml [new file with mode: 0644]
doc/classes/RemoteTransform2D.xml [new file with mode: 0644]
doc/classes/Resource.xml [new file with mode: 0644]
doc/classes/ResourceFormatLoader.xml [new file with mode: 0644]
doc/classes/ResourceFormatSaver.xml [new file with mode: 0644]
doc/classes/ResourceImporter.xml [new file with mode: 0644]
doc/classes/ResourceInteractiveLoader.xml [new file with mode: 0644]
doc/classes/ResourceLoader.xml [new file with mode: 0644]
doc/classes/ResourcePreloader.xml [new file with mode: 0644]
doc/classes/ResourceSaver.xml [new file with mode: 0644]
doc/classes/RichTextEffect.xml [new file with mode: 0644]
doc/classes/RichTextLabel.xml [new file with mode: 0644]
doc/classes/RigidBody.xml [new file with mode: 0644]
doc/classes/RigidBody2D.xml [new file with mode: 0644]
doc/classes/Room.xml [new file with mode: 0644]
doc/classes/RoomGroup.xml [new file with mode: 0644]
doc/classes/RoomManager.xml [new file with mode: 0644]
doc/classes/RootMotionView.xml [new file with mode: 0644]
doc/classes/SceneState.xml [new file with mode: 0644]
doc/classes/SceneTree.xml [new file with mode: 0644]
doc/classes/SceneTreeTimer.xml [new file with mode: 0644]
doc/classes/SceneTreeTween.xml [new file with mode: 0644]
doc/classes/Script.xml [new file with mode: 0644]
doc/classes/ScriptCreateDialog.xml [new file with mode: 0644]
doc/classes/ScriptEditor.xml [new file with mode: 0644]
doc/classes/ScrollBar.xml [new file with mode: 0644]
doc/classes/ScrollContainer.xml [new file with mode: 0644]
doc/classes/SegmentShape2D.xml [new file with mode: 0644]
doc/classes/Semaphore.xml [new file with mode: 0644]
doc/classes/Separator.xml [new file with mode: 0644]
doc/classes/Shader.xml [new file with mode: 0644]
doc/classes/ShaderMaterial.xml [new file with mode: 0644]
doc/classes/Shape.xml [new file with mode: 0644]
doc/classes/Shape2D.xml [new file with mode: 0644]
doc/classes/ShapeCast.xml [new file with mode: 0644]
doc/classes/ShapeCast2D.xml [new file with mode: 0644]
doc/classes/ShortCut.xml [new file with mode: 0644]
doc/classes/Skeleton.xml [new file with mode: 0644]
doc/classes/Skeleton2D.xml [new file with mode: 0644]
doc/classes/SkeletonIK.xml [new file with mode: 0644]
doc/classes/Skin.xml [new file with mode: 0644]
doc/classes/SkinReference.xml [new file with mode: 0644]
doc/classes/Sky.xml [new file with mode: 0644]
doc/classes/Slider.xml [new file with mode: 0644]
doc/classes/SliderJoint.xml [new file with mode: 0644]
doc/classes/SoftBody.xml [new file with mode: 0644]
doc/classes/Spatial.xml [new file with mode: 0644]
doc/classes/SpatialGizmo.xml [new file with mode: 0644]
doc/classes/SpatialMaterial.xml [new file with mode: 0644]
doc/classes/SpatialVelocityTracker.xml [new file with mode: 0644]
doc/classes/SphereMesh.xml [new file with mode: 0644]
doc/classes/SphereShape.xml [new file with mode: 0644]
doc/classes/SpinBox.xml [new file with mode: 0644]
doc/classes/SplitContainer.xml [new file with mode: 0644]
doc/classes/SpotLight.xml [new file with mode: 0644]
doc/classes/SpringArm.xml [new file with mode: 0644]
doc/classes/Sprite.xml [new file with mode: 0644]
doc/classes/Sprite3D.xml [new file with mode: 0644]
doc/classes/SpriteBase3D.xml [new file with mode: 0644]
doc/classes/SpriteFrames.xml [new file with mode: 0644]
doc/classes/StaticBody.xml [new file with mode: 0644]
doc/classes/StaticBody2D.xml [new file with mode: 0644]
doc/classes/StreamPeer.xml [new file with mode: 0644]
doc/classes/StreamPeerBuffer.xml [new file with mode: 0644]
doc/classes/StreamPeerSSL.xml [new file with mode: 0644]
doc/classes/StreamPeerTCP.xml [new file with mode: 0644]
doc/classes/StreamTexture.xml [new file with mode: 0644]
doc/classes/String.xml [new file with mode: 0644]
doc/classes/StyleBox.xml [new file with mode: 0644]
doc/classes/StyleBoxEmpty.xml [new file with mode: 0644]
doc/classes/StyleBoxFlat.xml [new file with mode: 0644]
doc/classes/StyleBoxLine.xml [new file with mode: 0644]
doc/classes/StyleBoxTexture.xml [new file with mode: 0644]
doc/classes/SurfaceTool.xml [new file with mode: 0644]
doc/classes/TCP_Server.xml [new file with mode: 0644]
doc/classes/TabContainer.xml [new file with mode: 0644]
doc/classes/Tabs.xml [new file with mode: 0644]
doc/classes/TextEdit.xml [new file with mode: 0644]
doc/classes/TextFile.xml [new file with mode: 0644]
doc/classes/TextMesh.xml [new file with mode: 0644]
doc/classes/Texture.xml [new file with mode: 0644]
doc/classes/Texture3D.xml [new file with mode: 0644]
doc/classes/TextureArray.xml [new file with mode: 0644]
doc/classes/TextureButton.xml [new file with mode: 0644]
doc/classes/TextureLayered.xml [new file with mode: 0644]
doc/classes/TextureProgress.xml [new file with mode: 0644]
doc/classes/TextureRect.xml [new file with mode: 0644]
doc/classes/Theme.xml [new file with mode: 0644]
doc/classes/Thread.xml [new file with mode: 0644]
doc/classes/TileMap.xml [new file with mode: 0644]
doc/classes/TileSet.xml [new file with mode: 0644]
doc/classes/Time.xml [new file with mode: 0644]
doc/classes/Timer.xml [new file with mode: 0644]
doc/classes/ToolButton.xml [new file with mode: 0644]
doc/classes/TorusMesh.xml [new file with mode: 0644]
doc/classes/TouchScreenButton.xml [new file with mode: 0644]
doc/classes/Transform.xml [new file with mode: 0644]
doc/classes/Transform2D.xml [new file with mode: 0644]
doc/classes/Translation.xml [new file with mode: 0644]
doc/classes/TranslationServer.xml [new file with mode: 0644]
doc/classes/Tree.xml [new file with mode: 0644]
doc/classes/TreeItem.xml [new file with mode: 0644]
doc/classes/TriangleMesh.xml [new file with mode: 0644]
doc/classes/Tween.xml [new file with mode: 0644]
doc/classes/Tweener.xml [new file with mode: 0644]
doc/classes/UDPServer.xml [new file with mode: 0644]
doc/classes/UndoRedo.xml [new file with mode: 0644]
doc/classes/VBoxContainer.xml [new file with mode: 0644]
doc/classes/VFlowContainer.xml [new file with mode: 0644]
doc/classes/VScrollBar.xml [new file with mode: 0644]
doc/classes/VSeparator.xml [new file with mode: 0644]
doc/classes/VSlider.xml [new file with mode: 0644]
doc/classes/VSplitContainer.xml [new file with mode: 0644]
doc/classes/Variant.xml [new file with mode: 0644]
doc/classes/Vector2.xml [new file with mode: 0644]
doc/classes/Vector3.xml [new file with mode: 0644]
doc/classes/VehicleBody.xml [new file with mode: 0644]
doc/classes/VehicleWheel.xml [new file with mode: 0644]
doc/classes/VideoPlayer.xml [new file with mode: 0644]
doc/classes/VideoStream.xml [new file with mode: 0644]
doc/classes/Viewport.xml [new file with mode: 0644]
doc/classes/ViewportContainer.xml [new file with mode: 0644]
doc/classes/ViewportTexture.xml [new file with mode: 0644]
doc/classes/VisibilityEnabler.xml [new file with mode: 0644]
doc/classes/VisibilityEnabler2D.xml [new file with mode: 0644]
doc/classes/VisibilityNotifier.xml [new file with mode: 0644]
doc/classes/VisibilityNotifier2D.xml [new file with mode: 0644]
doc/classes/VisualInstance.xml [new file with mode: 0644]
doc/classes/VisualServer.xml [new file with mode: 0644]
doc/classes/VisualShader.xml [new file with mode: 0644]
doc/classes/VisualShaderNode.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeBooleanConstant.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeBooleanUniform.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeColorConstant.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeColorFunc.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeColorOp.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeColorUniform.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeCompare.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeCubeMap.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeCubeMapUniform.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeCustom.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeDeterminant.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeDotProduct.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeExpression.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeFaceForward.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeFresnel.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeGlobalExpression.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeGroupBase.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeIf.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeInput.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeIs.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeOuterProduct.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeOutput.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeScalarClamp.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeScalarConstant.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeScalarDerivativeFunc.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeScalarFunc.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeScalarInterp.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeScalarOp.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeScalarSmoothStep.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeScalarSwitch.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeScalarUniform.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeSwitch.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeTexture.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeTextureUniform.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeTextureUniformTriplanar.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeTransformCompose.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeTransformConstant.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeTransformDecompose.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeTransformFunc.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeTransformMult.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeTransformUniform.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeTransformVecMult.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeUniform.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeUniformRef.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVec3Constant.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVec3Uniform.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorClamp.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorCompose.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorDecompose.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorDerivativeFunc.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorDistance.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorFunc.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorInterp.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorLen.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorOp.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorRefract.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorScalarMix.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorScalarSmoothStep.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorScalarStep.xml [new file with mode: 0644]
doc/classes/VisualShaderNodeVectorSmoothStep.xml [new file with mode: 0644]
doc/classes/WeakRef.xml [new file with mode: 0644]
doc/classes/WindowDialog.xml [new file with mode: 0644]
doc/classes/World.xml [new file with mode: 0644]
doc/classes/World2D.xml [new file with mode: 0644]
doc/classes/WorldEnvironment.xml [new file with mode: 0644]
doc/classes/X509Certificate.xml [new file with mode: 0644]
doc/classes/XMLParser.xml [new file with mode: 0644]
doc/classes/YSort.xml [new file with mode: 0644]
doc/classes/bool.xml [new file with mode: 0644]
doc/classes/float.xml [new file with mode: 0644]
doc/classes/int.xml [new file with mode: 0644]
doc/tools/doc_merge.py [new file with mode: 0755]
doc/tools/doc_status.py [new file with mode: 0755]
doc/tools/make_rst.py [new file with mode: 0755]
doc/translations/Makefile [new file with mode: 0644]
doc/translations/README.md [new file with mode: 0644]
doc/translations/ar.po [new file with mode: 0644]
doc/translations/ca.po [new file with mode: 0644]
doc/translations/classes.pot [new file with mode: 0644]
doc/translations/cs.po [new file with mode: 0644]
doc/translations/de.po [new file with mode: 0644]
doc/translations/el.po [new file with mode: 0644]
doc/translations/es.po [new file with mode: 0644]
doc/translations/et.po [new file with mode: 0644]
doc/translations/extract.py [new file with mode: 0644]
doc/translations/fa.po [new file with mode: 0644]
doc/translations/fi.po [new file with mode: 0644]
doc/translations/fil.po [new file with mode: 0644]
doc/translations/fr.po [new file with mode: 0644]
doc/translations/gl.po [new file with mode: 0644]
doc/translations/hi.po [new file with mode: 0644]
doc/translations/hu.po [new file with mode: 0644]
doc/translations/id.po [new file with mode: 0644]
doc/translations/is.po [new file with mode: 0644]
doc/translations/it.po [new file with mode: 0644]
doc/translations/ja.po [new file with mode: 0644]
doc/translations/ko.po [new file with mode: 0644]
doc/translations/lt.po [new file with mode: 0644]
doc/translations/lv.po [new file with mode: 0644]
doc/translations/mr.po [new file with mode: 0644]
doc/translations/nb.po [new file with mode: 0644]
doc/translations/ne.po [new file with mode: 0644]
doc/translations/nl.po [new file with mode: 0644]
doc/translations/pl.po [new file with mode: 0644]
doc/translations/pt.po [new file with mode: 0644]
doc/translations/pt_BR.po [new file with mode: 0644]
doc/translations/ro.po [new file with mode: 0644]
doc/translations/ru.po [new file with mode: 0644]
doc/translations/sk.po [new file with mode: 0644]
doc/translations/sr_Cyrl.po [new file with mode: 0644]
doc/translations/sv.po [new file with mode: 0644]
doc/translations/th.po [new file with mode: 0644]
doc/translations/tl.po [new file with mode: 0644]
doc/translations/tr.po [new file with mode: 0644]
doc/translations/uk.po [new file with mode: 0644]
doc/translations/vi.po [new file with mode: 0644]
doc/translations/zh_CN.po [new file with mode: 0644]
doc/translations/zh_TW.po [new file with mode: 0644]
drivers/SCsub [new file with mode: 0644]
drivers/alsa/SCsub [new file with mode: 0644]
drivers/alsa/asound-so_wrap.c [new file with mode: 0644]
drivers/alsa/asound-so_wrap.h [new file with mode: 0644]
drivers/alsa/audio_driver_alsa.cpp [new file with mode: 0644]
drivers/alsa/audio_driver_alsa.h [new file with mode: 0644]
drivers/alsamidi/SCsub [new file with mode: 0644]
drivers/alsamidi/midi_driver_alsamidi.cpp [new file with mode: 0644]
drivers/alsamidi/midi_driver_alsamidi.h [new file with mode: 0644]
drivers/coreaudio/SCsub [new file with mode: 0644]
drivers/coreaudio/audio_driver_coreaudio.cpp [new file with mode: 0644]
drivers/coreaudio/audio_driver_coreaudio.h [new file with mode: 0644]
drivers/coremidi/SCsub [new file with mode: 0644]
drivers/coremidi/midi_driver_coremidi.cpp [new file with mode: 0644]
drivers/coremidi/midi_driver_coremidi.h [new file with mode: 0644]
drivers/dummy/SCsub [new file with mode: 0644]
drivers/dummy/rasterizer_dummy.h [new file with mode: 0644]
drivers/dummy/texture_loader_dummy.cpp [new file with mode: 0644]
drivers/dummy/texture_loader_dummy.h [new file with mode: 0644]
drivers/gl_context/SCsub [new file with mode: 0644]
drivers/gles2/SCsub [new file with mode: 0644]
drivers/gles2/rasterizer_canvas_base_gles2.cpp [new file with mode: 0644]
drivers/gles2/rasterizer_canvas_base_gles2.h [new file with mode: 0644]
drivers/gles2/rasterizer_canvas_gles2.cpp [new file with mode: 0644]
drivers/gles2/rasterizer_canvas_gles2.h [new file with mode: 0644]
drivers/gles2/rasterizer_gles2.cpp [new file with mode: 0644]
drivers/gles2/rasterizer_gles2.h [new file with mode: 0644]
drivers/gles2/rasterizer_scene_gles2.cpp [new file with mode: 0644]
drivers/gles2/rasterizer_scene_gles2.h [new file with mode: 0644]
drivers/gles2/rasterizer_storage_gles2.cpp [new file with mode: 0644]
drivers/gles2/rasterizer_storage_gles2.h [new file with mode: 0644]
drivers/gles2/shader_compiler_gles2.cpp [new file with mode: 0644]
drivers/gles2/shader_compiler_gles2.h [new file with mode: 0644]
drivers/gles2/shader_gles2.cpp [new file with mode: 0644]
drivers/gles2/shader_gles2.h [new file with mode: 0644]
drivers/gles2/shaders/SCsub [new file with mode: 0644]
drivers/gles2/shaders/canvas.glsl [new file with mode: 0644]
drivers/gles2/shaders/canvas_shadow.glsl [new file with mode: 0644]
drivers/gles2/shaders/copy.glsl [new file with mode: 0644]
drivers/gles2/shaders/cube_to_dp.glsl [new file with mode: 0644]
drivers/gles2/shaders/cubemap_filter.glsl [new file with mode: 0644]
drivers/gles2/shaders/effect_blur.glsl [new file with mode: 0644]
drivers/gles2/shaders/lens_distorted.glsl [new file with mode: 0644]
drivers/gles2/shaders/scene.glsl [new file with mode: 0644]
drivers/gles2/shaders/stdlib.glsl [new file with mode: 0644]
drivers/gles2/shaders/tonemap.glsl [new file with mode: 0644]
drivers/gles3/SCsub [new file with mode: 0644]
drivers/gles3/rasterizer_canvas_base_gles3.cpp [new file with mode: 0644]
drivers/gles3/rasterizer_canvas_base_gles3.h [new file with mode: 0644]
drivers/gles3/rasterizer_canvas_gles3.cpp [new file with mode: 0644]
drivers/gles3/rasterizer_canvas_gles3.h [new file with mode: 0644]
drivers/gles3/rasterizer_gles3.cpp [new file with mode: 0644]
drivers/gles3/rasterizer_gles3.h [new file with mode: 0644]
drivers/gles3/rasterizer_scene_gles3.cpp [new file with mode: 0644]
drivers/gles3/rasterizer_scene_gles3.h [new file with mode: 0644]
drivers/gles3/rasterizer_storage_gles3.cpp [new file with mode: 0644]
drivers/gles3/rasterizer_storage_gles3.h [new file with mode: 0644]
drivers/gles3/shader_cache_gles3.cpp [new file with mode: 0644]
drivers/gles3/shader_cache_gles3.h [new file with mode: 0644]
drivers/gles3/shader_compiler_gles3.cpp [new file with mode: 0644]
drivers/gles3/shader_compiler_gles3.h [new file with mode: 0644]
drivers/gles3/shader_gles3.cpp [new file with mode: 0644]
drivers/gles3/shader_gles3.h [new file with mode: 0644]
drivers/gles3/shaders/SCsub [new file with mode: 0644]
drivers/gles3/shaders/blend_shape.glsl [new file with mode: 0644]
drivers/gles3/shaders/canvas.glsl [new file with mode: 0644]
drivers/gles3/shaders/canvas_shadow.glsl [new file with mode: 0644]
drivers/gles3/shaders/copy.glsl [new file with mode: 0644]
drivers/gles3/shaders/cube_to_dp.glsl [new file with mode: 0644]
drivers/gles3/shaders/cubemap_filter.glsl [new file with mode: 0644]
drivers/gles3/shaders/effect_blur.glsl [new file with mode: 0644]
drivers/gles3/shaders/exposure.glsl [new file with mode: 0644]
drivers/gles3/shaders/lens_distorted.glsl [new file with mode: 0644]
drivers/gles3/shaders/particles.glsl [new file with mode: 0644]
drivers/gles3/shaders/resolve.glsl [new file with mode: 0644]
drivers/gles3/shaders/scene.glsl [new file with mode: 0644]
drivers/gles3/shaders/screen_space_reflection.glsl [new file with mode: 0644]
drivers/gles3/shaders/ssao.glsl [new file with mode: 0644]
drivers/gles3/shaders/ssao_blur.glsl [new file with mode: 0644]
drivers/gles3/shaders/ssao_minify.glsl [new file with mode: 0644]
drivers/gles3/shaders/subsurf_scattering.glsl [new file with mode: 0644]
drivers/gles3/shaders/tonemap.glsl [new file with mode: 0644]
drivers/gles_common/SCsub [new file with mode: 0644]
drivers/gles_common/batch_diagnose.inc [new file with mode: 0644]
drivers/gles_common/rasterizer_array.h [new file with mode: 0644]
drivers/gles_common/rasterizer_asserts.h [new file with mode: 0644]
drivers/gles_common/rasterizer_canvas_batcher.h [new file with mode: 0644]
drivers/gles_common/rasterizer_storage_common.h [new file with mode: 0644]
drivers/png/SCsub [new file with mode: 0644]
drivers/png/image_loader_png.cpp [new file with mode: 0644]
drivers/png/image_loader_png.h [new file with mode: 0644]
drivers/png/png_driver_common.cpp [new file with mode: 0644]
drivers/png/png_driver_common.h [new file with mode: 0644]
drivers/png/resource_saver_png.cpp [new file with mode: 0644]
drivers/png/resource_saver_png.h [new file with mode: 0644]
drivers/pulseaudio/SCsub [new file with mode: 0644]
drivers/pulseaudio/audio_driver_pulseaudio.cpp [new file with mode: 0644]
drivers/pulseaudio/audio_driver_pulseaudio.h [new file with mode: 0644]
drivers/pulseaudio/pulse-so_wrap.c [new file with mode: 0644]
drivers/pulseaudio/pulse-so_wrap.h [new file with mode: 0644]
drivers/register_driver_types.cpp [new file with mode: 0644]
drivers/register_driver_types.h [new file with mode: 0644]
drivers/unix/SCsub [new file with mode: 0644]
drivers/unix/dir_access_unix.cpp [new file with mode: 0644]
drivers/unix/dir_access_unix.h [new file with mode: 0644]
drivers/unix/file_access_unix.cpp [new file with mode: 0644]
drivers/unix/file_access_unix.h [new file with mode: 0644]
drivers/unix/ip_unix.cpp [new file with mode: 0644]
drivers/unix/ip_unix.h [new file with mode: 0644]
drivers/unix/net_socket_posix.cpp [new file with mode: 0644]
drivers/unix/net_socket_posix.h [new file with mode: 0644]
drivers/unix/os_unix.cpp [new file with mode: 0644]
drivers/unix/os_unix.h [new file with mode: 0644]
drivers/unix/syslog_logger.cpp [new file with mode: 0644]
drivers/unix/syslog_logger.h [new file with mode: 0644]
drivers/unix/thread_posix.cpp [new file with mode: 0644]
drivers/unix/thread_posix.h [new file with mode: 0644]
drivers/wasapi/SCsub [new file with mode: 0644]
drivers/wasapi/audio_driver_wasapi.cpp [new file with mode: 0644]
drivers/wasapi/audio_driver_wasapi.h [new file with mode: 0644]
drivers/windows/SCsub [new file with mode: 0644]
drivers/windows/dir_access_windows.cpp [new file with mode: 0644]
drivers/windows/dir_access_windows.h [new file with mode: 0644]
drivers/windows/file_access_windows.cpp [new file with mode: 0644]
drivers/windows/file_access_windows.h [new file with mode: 0644]
drivers/winmidi/SCsub [new file with mode: 0644]
drivers/winmidi/midi_driver_winmidi.cpp [new file with mode: 0644]
drivers/winmidi/midi_driver_winmidi.h [new file with mode: 0644]
drivers/xaudio2/SCsub [new file with mode: 0644]
drivers/xaudio2/audio_driver_xaudio2.cpp [new file with mode: 0644]
drivers/xaudio2/audio_driver_xaudio2.h [new file with mode: 0644]
editor/SCsub [new file with mode: 0644]
editor/animation_bezier_editor.cpp [new file with mode: 0644]
editor/animation_bezier_editor.h [new file with mode: 0644]
editor/animation_track_editor.cpp [new file with mode: 0644]
editor/animation_track_editor.h [new file with mode: 0644]
editor/animation_track_editor_plugins.cpp [new file with mode: 0644]
editor/animation_track_editor_plugins.h [new file with mode: 0644]
editor/array_property_edit.cpp [new file with mode: 0644]
editor/array_property_edit.h [new file with mode: 0644]
editor/audio_stream_preview.cpp [new file with mode: 0644]
editor/audio_stream_preview.h [new file with mode: 0644]
editor/code_editor.cpp [new file with mode: 0644]
editor/code_editor.h [new file with mode: 0644]
editor/collada/SCsub [new file with mode: 0644]
editor/collada/collada.cpp [new file with mode: 0644]
editor/collada/collada.h [new file with mode: 0644]
editor/connections_dialog.cpp [new file with mode: 0644]
editor/connections_dialog.h [new file with mode: 0644]
editor/create_dialog.cpp [new file with mode: 0644]
editor/create_dialog.h [new file with mode: 0644]
editor/dependency_editor.cpp [new file with mode: 0644]
editor/dependency_editor.h [new file with mode: 0644]
editor/dictionary_property_edit.cpp [new file with mode: 0644]
editor/dictionary_property_edit.h [new file with mode: 0644]
editor/directory_create_dialog.cpp [new file with mode: 0644]
editor/directory_create_dialog.h [new file with mode: 0644]
editor/doc/SCsub [new file with mode: 0644]
editor/doc/doc_data.cpp [new file with mode: 0644]
editor/doc/doc_data.h [new file with mode: 0644]
editor/editor_about.cpp [new file with mode: 0644]
editor/editor_about.h [new file with mode: 0644]
editor/editor_asset_installer.cpp [new file with mode: 0644]
editor/editor_asset_installer.h [new file with mode: 0644]
editor/editor_atlas_packer.cpp [new file with mode: 0644]
editor/editor_atlas_packer.h [new file with mode: 0644]
editor/editor_audio_buses.cpp [new file with mode: 0644]
editor/editor_audio_buses.h [new file with mode: 0644]
editor/editor_autoload_settings.cpp [new file with mode: 0644]
editor/editor_autoload_settings.h [new file with mode: 0644]
editor/editor_builders.py [new file with mode: 0644]
editor/editor_data.cpp [new file with mode: 0644]
editor/editor_data.h [new file with mode: 0644]
editor/editor_dir_dialog.cpp [new file with mode: 0644]
editor/editor_dir_dialog.h [new file with mode: 0644]
editor/editor_export.cpp [new file with mode: 0644]
editor/editor_export.h [new file with mode: 0644]
editor/editor_feature_profile.cpp [new file with mode: 0644]
editor/editor_feature_profile.h [new file with mode: 0644]
editor/editor_file_dialog.cpp [new file with mode: 0644]
editor/editor_file_dialog.h [new file with mode: 0644]
editor/editor_file_system.cpp [new file with mode: 0644]
editor/editor_file_system.h [new file with mode: 0644]
editor/editor_folding.cpp [new file with mode: 0644]
editor/editor_folding.h [new file with mode: 0644]
editor/editor_fonts.cpp [new file with mode: 0644]
editor/editor_fonts.h [new file with mode: 0644]
editor/editor_help.cpp [new file with mode: 0644]
editor/editor_help.h [new file with mode: 0644]
editor/editor_help_search.cpp [new file with mode: 0644]
editor/editor_help_search.h [new file with mode: 0644]
editor/editor_inspector.cpp [new file with mode: 0644]
editor/editor_inspector.h [new file with mode: 0644]
editor/editor_layouts_dialog.cpp [new file with mode: 0644]
editor/editor_layouts_dialog.h [new file with mode: 0644]
editor/editor_locale_dialog.cpp [new file with mode: 0644]
editor/editor_locale_dialog.h [new file with mode: 0644]
editor/editor_log.cpp [new file with mode: 0644]
editor/editor_log.h [new file with mode: 0644]
editor/editor_network_profiler.cpp [new file with mode: 0644]
editor/editor_network_profiler.h [new file with mode: 0644]
editor/editor_node.cpp [new file with mode: 0644]
editor/editor_node.h [new file with mode: 0644]
editor/editor_path.cpp [new file with mode: 0644]
editor/editor_path.h [new file with mode: 0644]
editor/editor_plugin.cpp [new file with mode: 0644]
editor/editor_plugin.h [new file with mode: 0644]
editor/editor_plugin_settings.cpp [new file with mode: 0644]
editor/editor_plugin_settings.h [new file with mode: 0644]
editor/editor_profiler.cpp [new file with mode: 0644]
editor/editor_profiler.h [new file with mode: 0644]
editor/editor_properties.cpp [new file with mode: 0644]
editor/editor_properties.h [new file with mode: 0644]
editor/editor_properties_array_dict.cpp [new file with mode: 0644]
editor/editor_properties_array_dict.h [new file with mode: 0644]
editor/editor_property_name_processor.cpp [new file with mode: 0644]
editor/editor_property_name_processor.h [new file with mode: 0644]
editor/editor_quick_open.cpp [new file with mode: 0644]
editor/editor_quick_open.h [new file with mode: 0644]
editor/editor_resource_picker.cpp [new file with mode: 0644]
editor/editor_resource_picker.h [new file with mode: 0644]
editor/editor_resource_preview.cpp [new file with mode: 0644]
editor/editor_resource_preview.h [new file with mode: 0644]
editor/editor_run.cpp [new file with mode: 0644]
editor/editor_run.h [new file with mode: 0644]
editor/editor_run_native.cpp [new file with mode: 0644]
editor/editor_run_native.h [new file with mode: 0644]
editor/editor_run_script.cpp [new file with mode: 0644]
editor/editor_run_script.h [new file with mode: 0644]
editor/editor_scale.cpp [new file with mode: 0644]
editor/editor_scale.h [new file with mode: 0644]
editor/editor_sectioned_inspector.cpp [new file with mode: 0644]
editor/editor_sectioned_inspector.h [new file with mode: 0644]
editor/editor_settings.cpp [new file with mode: 0644]
editor/editor_settings.h [new file with mode: 0644]
editor/editor_spin_slider.cpp [new file with mode: 0644]
editor/editor_spin_slider.h [new file with mode: 0644]
editor/editor_sub_scene.cpp [new file with mode: 0644]
editor/editor_sub_scene.h [new file with mode: 0644]
editor/editor_themes.cpp [new file with mode: 0644]
editor/editor_themes.h [new file with mode: 0644]
editor/editor_translation.cpp [new file with mode: 0644]
editor/editor_translation.h [new file with mode: 0644]
editor/editor_vcs_interface.cpp [new file with mode: 0644]
editor/editor_vcs_interface.h [new file with mode: 0644]
editor/export_template_manager.cpp [new file with mode: 0644]
editor/export_template_manager.h [new file with mode: 0644]
editor/fileserver/SCsub [new file with mode: 0644]
editor/fileserver/editor_file_server.cpp [new file with mode: 0644]
editor/fileserver/editor_file_server.h [new file with mode: 0644]
editor/filesystem_dock.cpp [new file with mode: 0644]
editor/filesystem_dock.h [new file with mode: 0644]
editor/find_in_files.cpp [new file with mode: 0644]
editor/find_in_files.h [new file with mode: 0644]
editor/groups_editor.cpp [new file with mode: 0644]
editor/groups_editor.h [new file with mode: 0644]
editor/icons/README.md [new file with mode: 0644]
editor/icons/SCsub [new file with mode: 0644]
editor/icons/editor_icons_builders.py [new file with mode: 0644]
editor/icons/icon_2_d.svg [new file with mode: 0644]
editor/icons/icon_3_d.svg [new file with mode: 0644]
editor/icons/icon_GUI_checked.svg [new file with mode: 0644]
editor/icons/icon_GUI_checked_disabled.svg [new file with mode: 0644]
editor/icons/icon_GUI_dropdown.svg [new file with mode: 0644]
editor/icons/icon_GUI_ellipsis.svg [new file with mode: 0644]
editor/icons/icon_GUI_h_tick.svg [new file with mode: 0644]
editor/icons/icon_GUI_hsplitter.svg [new file with mode: 0644]
editor/icons/icon_GUI_mini_checkerboard.svg [new file with mode: 0644]
editor/icons/icon_GUI_option_arrow.svg [new file with mode: 0644]
editor/icons/icon_GUI_progress_bar.svg [new file with mode: 0644]
editor/icons/icon_GUI_progress_fill.svg [new file with mode: 0644]
editor/icons/icon_GUI_radio_checked.svg [new file with mode: 0644]
editor/icons/icon_GUI_radio_checked_disabled.svg [new file with mode: 0644]
editor/icons/icon_GUI_radio_unchecked.svg [new file with mode: 0644]
editor/icons/icon_GUI_radio_unchecked_disabled.svg [new file with mode: 0644]
editor/icons/icon_GUI_scroll_arrow_left.svg [new file with mode: 0644]
editor/icons/icon_GUI_scroll_arrow_left_hl.svg [new file with mode: 0644]
editor/icons/icon_GUI_scroll_arrow_right.svg [new file with mode: 0644]
editor/icons/icon_GUI_scroll_arrow_right_hl.svg [new file with mode: 0644]
editor/icons/icon_GUI_scroll_bg.svg [new file with mode: 0644]
editor/icons/icon_GUI_scroll_grabber.svg [new file with mode: 0644]
editor/icons/icon_GUI_scroll_grabber_hl.svg [new file with mode: 0644]
editor/icons/icon_GUI_scroll_grabber_pressed.svg [new file with mode: 0644]
editor/icons/icon_GUI_slider_grabber.svg [new file with mode: 0644]
editor/icons/icon_GUI_slider_grabber_hl.svg [new file with mode: 0644]
editor/icons/icon_GUI_space.svg [new file with mode: 0644]
editor/icons/icon_GUI_spinbox_updown.svg [new file with mode: 0644]
editor/icons/icon_GUI_tab.svg [new file with mode: 0644]
editor/icons/icon_GUI_tab_menu.svg [new file with mode: 0644]
editor/icons/icon_GUI_tab_menu_hl.svg [new file with mode: 0644]
editor/icons/icon_GUI_toggle_off.svg [new file with mode: 0644]
editor/icons/icon_GUI_toggle_off_disabled.svg [new file with mode: 0644]
editor/icons/icon_GUI_toggle_on.svg [new file with mode: 0644]
editor/icons/icon_GUI_toggle_on_disabled.svg [new file with mode: 0644]
editor/icons/icon_GUI_tree_arrow_down.svg [new file with mode: 0644]
editor/icons/icon_GUI_tree_arrow_right.svg [new file with mode: 0644]
editor/icons/icon_GUI_tree_arrow_up.svg [new file with mode: 0644]
editor/icons/icon_GUI_tree_updown.svg [new file with mode: 0644]
editor/icons/icon_GUI_unchecked.svg [new file with mode: 0644]
editor/icons/icon_GUI_unchecked_disabled.svg [new file with mode: 0644]
editor/icons/icon_GUI_v_tick.svg [new file with mode: 0644]
editor/icons/icon_GUI_viewport_hdiagsplitter.svg [new file with mode: 0644]
editor/icons/icon_GUI_viewport_vdiagsplitter.svg [new file with mode: 0644]
editor/icons/icon_GUI_viewport_vhsplitter.svg [new file with mode: 0644]
editor/icons/icon_GUI_visibility_hidden.svg [new file with mode: 0644]
editor/icons/icon_GUI_visibility_visible.svg [new file with mode: 0644]
editor/icons/icon_GUI_visibility_xray.svg [new file with mode: 0644]
editor/icons/icon_GUI_vsplit_bg.svg [new file with mode: 0644]
editor/icons/icon_GUI_vsplitter.svg [new file with mode: 0644]
editor/icons/icon_a_a_b_b.svg [new file with mode: 0644]
editor/icons/icon_a_r_v_r_anchor.svg [new file with mode: 0644]
editor/icons/icon_a_r_v_r_camera.svg [new file with mode: 0644]
editor/icons/icon_a_r_v_r_controller.svg [new file with mode: 0644]
editor/icons/icon_a_r_v_r_origin.svg [new file with mode: 0644]
editor/icons/icon_accept_dialog.svg [new file with mode: 0644]
editor/icons/icon_action_copy.svg [new file with mode: 0644]
editor/icons/icon_action_cut.svg [new file with mode: 0644]
editor/icons/icon_action_paste.svg [new file with mode: 0644]
editor/icons/icon_add.svg [new file with mode: 0644]
editor/icons/icon_add_atlas_tile.svg [new file with mode: 0644]
editor/icons/icon_add_autotile.svg [new file with mode: 0644]
editor/icons/icon_add_single_tile.svg [new file with mode: 0644]
editor/icons/icon_add_split.svg [new file with mode: 0644]
editor/icons/icon_anchor.svg [new file with mode: 0644]
editor/icons/icon_animated_sprite.svg [new file with mode: 0644]
editor/icons/icon_animated_sprite_3d.svg [new file with mode: 0644]
editor/icons/icon_animated_texture.svg [new file with mode: 0644]
editor/icons/icon_animation.svg [new file with mode: 0644]
editor/icons/icon_animation_filter.svg [new file with mode: 0644]
editor/icons/icon_animation_player.svg [new file with mode: 0644]
editor/icons/icon_animation_track_group.svg [new file with mode: 0644]
editor/icons/icon_animation_track_list.svg [new file with mode: 0644]
editor/icons/icon_animation_tree.svg [new file with mode: 0644]
editor/icons/icon_animation_tree_player.svg [new file with mode: 0644]
editor/icons/icon_area.svg [new file with mode: 0644]
editor/icons/icon_area_2d.svg [new file with mode: 0644]
editor/icons/icon_array.svg [new file with mode: 0644]
editor/icons/icon_array_mesh.svg [new file with mode: 0644]
editor/icons/icon_arrow_down.svg [new file with mode: 0644]
editor/icons/icon_arrow_left.svg [new file with mode: 0644]
editor/icons/icon_arrow_right.svg [new file with mode: 0644]
editor/icons/icon_arrow_up.svg [new file with mode: 0644]
editor/icons/icon_aspect_ratio_container.svg [new file with mode: 0644]
editor/icons/icon_asset_lib.svg [new file with mode: 0644]
editor/icons/icon_atlas_texture.svg [new file with mode: 0644]
editor/icons/icon_audio_bus_bypass.svg [new file with mode: 0644]
editor/icons/icon_audio_bus_layout.svg [new file with mode: 0644]
editor/icons/icon_audio_bus_mute.svg [new file with mode: 0644]
editor/icons/icon_audio_bus_solo.svg [new file with mode: 0644]
editor/icons/icon_audio_stream.svg [new file with mode: 0644]
editor/icons/icon_audio_stream_generator.svg [new file with mode: 0644]
editor/icons/icon_audio_stream_m_p3.svg [new file with mode: 0644]
editor/icons/icon_audio_stream_microphone.svg [new file with mode: 0644]
editor/icons/icon_audio_stream_o_g_g_vorbis.svg [new file with mode: 0644]
editor/icons/icon_audio_stream_player.svg [new file with mode: 0644]
editor/icons/icon_audio_stream_player_2_d.svg [new file with mode: 0644]
editor/icons/icon_audio_stream_player_3_d.svg [new file with mode: 0644]
editor/icons/icon_audio_stream_random_pitch.svg [new file with mode: 0644]
editor/icons/icon_audio_stream_sample.svg [new file with mode: 0644]
editor/icons/icon_auto_end.svg [new file with mode: 0644]
editor/icons/icon_auto_key.svg [new file with mode: 0644]
editor/icons/icon_auto_play.svg [new file with mode: 0644]
editor/icons/icon_auto_triangle.svg [new file with mode: 0644]
editor/icons/icon_back.svg [new file with mode: 0644]
editor/icons/icon_back_buffer_copy.svg [new file with mode: 0644]
editor/icons/icon_bake.svg [new file with mode: 0644]
editor/icons/icon_baked_lightmap.svg [new file with mode: 0644]
editor/icons/icon_baked_lightmap_data.svg [new file with mode: 0644]
editor/icons/icon_basis.svg [new file with mode: 0644]
editor/icons/icon_bezier_handles_balanced.svg [new file with mode: 0644]
editor/icons/icon_bezier_handles_free.svg [new file with mode: 0644]
editor/icons/icon_bezier_handles_mirror.svg [new file with mode: 0644]
editor/icons/icon_bit_map.svg [new file with mode: 0644]
editor/icons/icon_bitmap_font.svg [new file with mode: 0644]
editor/icons/icon_blend.svg [new file with mode: 0644]
editor/icons/icon_bone.svg [new file with mode: 0644]
editor/icons/icon_bone_2_d.svg [new file with mode: 0644]
editor/icons/icon_bone_attachment.svg [new file with mode: 0644]
editor/icons/icon_bone_track.svg [new file with mode: 0644]
editor/icons/icon_bool.svg [new file with mode: 0644]
editor/icons/icon_box_shape.svg [new file with mode: 0644]
editor/icons/icon_bucket.svg [new file with mode: 0644]
editor/icons/icon_bus_vu_empty.svg [new file with mode: 0644]
editor/icons/icon_bus_vu_frozen.svg [new file with mode: 0644]
editor/icons/icon_bus_vu_full.svg [new file with mode: 0644]
editor/icons/icon_button.svg [new file with mode: 0644]
editor/icons/icon_button_group.svg [new file with mode: 0644]
editor/icons/icon_c_p_u_particles.svg [new file with mode: 0644]
editor/icons/icon_c_p_u_particles_2_d.svg [new file with mode: 0644]
editor/icons/icon_camera.svg [new file with mode: 0644]
editor/icons/icon_camera_2d.svg [new file with mode: 0644]
editor/icons/icon_camera_texture.svg [new file with mode: 0644]
editor/icons/icon_canvas_item.svg [new file with mode: 0644]
editor/icons/icon_canvas_item_material.svg [new file with mode: 0644]
editor/icons/icon_canvas_item_shader.svg [new file with mode: 0644]
editor/icons/icon_canvas_item_shader_graph.svg [new file with mode: 0644]
editor/icons/icon_canvas_layer.svg [new file with mode: 0644]
editor/icons/icon_canvas_modulate.svg [new file with mode: 0644]
editor/icons/icon_capsule_mesh.svg [new file with mode: 0644]
editor/icons/icon_capsule_shape.svg [new file with mode: 0644]
editor/icons/icon_capsule_shape_2d.svg [new file with mode: 0644]
editor/icons/icon_center_container.svg [new file with mode: 0644]
editor/icons/icon_check_box.svg [new file with mode: 0644]
editor/icons/icon_check_button.svg [new file with mode: 0644]
editor/icons/icon_checkerboard.svg [new file with mode: 0644]
editor/icons/icon_circle_shape_2d.svg [new file with mode: 0644]
editor/icons/icon_class_list.svg [new file with mode: 0644]
editor/icons/icon_clear.svg [new file with mode: 0644]
editor/icons/icon_clipped_camera.svg [new file with mode: 0644]
editor/icons/icon_close.svg [new file with mode: 0644]
editor/icons/icon_collapse.svg [new file with mode: 0644]
editor/icons/icon_collapse_tree.svg [new file with mode: 0644]
editor/icons/icon_collision_polygon.svg [new file with mode: 0644]
editor/icons/icon_collision_polygon_2d.svg [new file with mode: 0644]
editor/icons/icon_collision_shape.svg [new file with mode: 0644]
editor/icons/icon_collision_shape_2d.svg [new file with mode: 0644]
editor/icons/icon_color.svg [new file with mode: 0644]
editor/icons/icon_color_pick.svg [new file with mode: 0644]
editor/icons/icon_color_picker.svg [new file with mode: 0644]
editor/icons/icon_color_picker_button.svg [new file with mode: 0644]
editor/icons/icon_color_ramp.svg [new file with mode: 0644]
editor/icons/icon_color_rect.svg [new file with mode: 0644]
editor/icons/icon_color_track_vu.svg [new file with mode: 0644]
editor/icons/icon_concave_polygon_shape.svg [new file with mode: 0644]
editor/icons/icon_concave_polygon_shape_2d.svg [new file with mode: 0644]
editor/icons/icon_cone_twist_joint.svg [new file with mode: 0644]
editor/icons/icon_confirmation_dialog.svg [new file with mode: 0644]
editor/icons/icon_container.svg [new file with mode: 0644]
editor/icons/icon_control.svg [new file with mode: 0644]
editor/icons/icon_control_align_bottom_center.svg [new file with mode: 0644]
editor/icons/icon_control_align_bottom_left.svg [new file with mode: 0644]
editor/icons/icon_control_align_bottom_right.svg [new file with mode: 0644]
editor/icons/icon_control_align_bottom_wide.svg [new file with mode: 0644]
editor/icons/icon_control_align_center.svg [new file with mode: 0644]
editor/icons/icon_control_align_center_left.svg [new file with mode: 0644]
editor/icons/icon_control_align_center_right.svg [new file with mode: 0644]
editor/icons/icon_control_align_left_center.svg [new file with mode: 0644]
editor/icons/icon_control_align_left_wide.svg [new file with mode: 0644]
editor/icons/icon_control_align_right_center.svg [new file with mode: 0644]
editor/icons/icon_control_align_right_wide.svg [new file with mode: 0644]
editor/icons/icon_control_align_top_center.svg [new file with mode: 0644]
editor/icons/icon_control_align_top_left.svg [new file with mode: 0644]
editor/icons/icon_control_align_top_right.svg [new file with mode: 0644]
editor/icons/icon_control_align_top_wide.svg [new file with mode: 0644]
editor/icons/icon_control_align_wide.svg [new file with mode: 0644]
editor/icons/icon_control_hcenter_wide.svg [new file with mode: 0644]
editor/icons/icon_control_layout.svg [new file with mode: 0644]
editor/icons/icon_control_vcenter_wide.svg [new file with mode: 0644]
editor/icons/icon_convex_polygon_shape.svg [new file with mode: 0644]
editor/icons/icon_convex_polygon_shape_2d.svg [new file with mode: 0644]
editor/icons/icon_copy_node_path.svg [new file with mode: 0644]
editor/icons/icon_create_new_scene_from.svg [new file with mode: 0644]
editor/icons/icon_crypto_key.svg [new file with mode: 0644]
editor/icons/icon_cube_map.svg [new file with mode: 0644]
editor/icons/icon_cube_mesh.svg [new file with mode: 0644]
editor/icons/icon_curve.svg [new file with mode: 0644]
editor/icons/icon_curve_2d.svg [new file with mode: 0644]
editor/icons/icon_curve_3d.svg [new file with mode: 0644]
editor/icons/icon_curve_close.svg [new file with mode: 0644]
editor/icons/icon_curve_constant.svg [new file with mode: 0644]
editor/icons/icon_curve_create.svg [new file with mode: 0644]
editor/icons/icon_curve_curve.svg [new file with mode: 0644]
editor/icons/icon_curve_delete.svg [new file with mode: 0644]
editor/icons/icon_curve_edit.svg [new file with mode: 0644]
editor/icons/icon_curve_in.svg [new file with mode: 0644]
editor/icons/icon_curve_in_out.svg [new file with mode: 0644]
editor/icons/icon_curve_linear.svg [new file with mode: 0644]
editor/icons/icon_curve_out.svg [new file with mode: 0644]
editor/icons/icon_curve_out_in.svg [new file with mode: 0644]
editor/icons/icon_curve_texture.svg [new file with mode: 0644]
editor/icons/icon_cylinder_mesh.svg [new file with mode: 0644]
editor/icons/icon_cylinder_shape.svg [new file with mode: 0644]
editor/icons/icon_damped_spring_joint_2d.svg [new file with mode: 0644]
editor/icons/icon_debug.svg [new file with mode: 0644]
editor/icons/icon_debug_continue.svg [new file with mode: 0644]
editor/icons/icon_debug_next.svg [new file with mode: 0644]
editor/icons/icon_debug_skip_breakpoints_off.svg [new file with mode: 0644]
editor/icons/icon_debug_skip_breakpoints_on.svg [new file with mode: 0644]
editor/icons/icon_debug_step.svg [new file with mode: 0644]
editor/icons/icon_default_project_icon.svg [new file with mode: 0644]
editor/icons/icon_delete_split.svg [new file with mode: 0644]
editor/icons/icon_dictionary.svg [new file with mode: 0644]
editor/icons/icon_directional_light.svg [new file with mode: 0644]
editor/icons/icon_distraction_free.svg [new file with mode: 0644]
editor/icons/icon_duplicate.svg [new file with mode: 0644]
editor/icons/icon_dynamic_font.svg [new file with mode: 0644]
editor/icons/icon_dynamic_font_data.svg [new file with mode: 0644]
editor/icons/icon_edit.svg [new file with mode: 0644]
editor/icons/icon_edit_bezier.svg [new file with mode: 0644]
editor/icons/icon_edit_internal.svg [new file with mode: 0644]
editor/icons/icon_edit_key.svg [new file with mode: 0644]
editor/icons/icon_edit_pivot.svg [new file with mode: 0644]
editor/icons/icon_edit_resource.svg [new file with mode: 0644]
editor/icons/icon_editor_3d_handle.svg [new file with mode: 0644]
editor/icons/icon_editor_control_anchor.svg [new file with mode: 0644]
editor/icons/icon_editor_curve_handle.svg [new file with mode: 0644]
editor/icons/icon_editor_handle.svg [new file with mode: 0644]
editor/icons/icon_editor_handle_add.svg [new file with mode: 0644]
editor/icons/icon_editor_internal_handle.svg [new file with mode: 0644]
editor/icons/icon_editor_path_sharp_handle.svg [new file with mode: 0644]
editor/icons/icon_editor_path_smooth_handle.svg [new file with mode: 0644]
editor/icons/icon_editor_pivot.svg [new file with mode: 0644]
editor/icons/icon_editor_plugin.svg [new file with mode: 0644]
editor/icons/icon_editor_position.svg [new file with mode: 0644]
editor/icons/icon_editor_position_previous.svg [new file with mode: 0644]
editor/icons/icon_editor_position_unselected.svg [new file with mode: 0644]
editor/icons/icon_enum.svg [new file with mode: 0644]
editor/icons/icon_environment.svg [new file with mode: 0644]
editor/icons/icon_error.svg [new file with mode: 0644]
editor/icons/icon_error_sign.svg [new file with mode: 0644]
editor/icons/icon_error_warning.svg [new file with mode: 0644]
editor/icons/icon_expand_bottom_dock.svg [new file with mode: 0644]
editor/icons/icon_expand_tree.svg [new file with mode: 0644]
editor/icons/icon_external_link.svg [new file with mode: 0644]
editor/icons/icon_favorites.svg [new file with mode: 0644]
editor/icons/icon_file.svg [new file with mode: 0644]
editor/icons/icon_file_big_thumb.svg [new file with mode: 0644]
editor/icons/icon_file_broken.svg [new file with mode: 0644]
editor/icons/icon_file_broken_big_thumb.svg [new file with mode: 0644]
editor/icons/icon_file_dead.svg [new file with mode: 0644]
editor/icons/icon_file_dead_big_thumb.svg [new file with mode: 0644]
editor/icons/icon_file_dead_medium_thumb.svg [new file with mode: 0644]
editor/icons/icon_file_dialog.svg [new file with mode: 0644]
editor/icons/icon_file_list.svg [new file with mode: 0644]
editor/icons/icon_file_medium_thumb.svg [new file with mode: 0644]
editor/icons/icon_file_thumbnail.svg [new file with mode: 0644]
editor/icons/icon_filesystem.svg [new file with mode: 0644]
editor/icons/icon_fixed_material.svg [new file with mode: 0644]
editor/icons/icon_fixed_spatial_material.svg [new file with mode: 0644]
editor/icons/icon_float.svg [new file with mode: 0644]
editor/icons/icon_folder.svg [new file with mode: 0644]
editor/icons/icon_folder_big_thumb.svg [new file with mode: 0644]
editor/icons/icon_folder_medium_thumb.svg [new file with mode: 0644]
editor/icons/icon_font.svg [new file with mode: 0644]
editor/icons/icon_forward.svg [new file with mode: 0644]
editor/icons/icon_g_i_probe.svg [new file with mode: 0644]
editor/icons/icon_g_i_probe_data.svg [new file with mode: 0644]
editor/icons/icon_generic_6_d_o_f_joint.svg [new file with mode: 0644]
editor/icons/icon_gizmo_baked_lightmap.svg [new file with mode: 0644]
editor/icons/icon_gizmo_c_p_u_particles.svg [new file with mode: 0644]
editor/icons/icon_gizmo_camera.svg [new file with mode: 0644]
editor/icons/icon_gizmo_directional_light.svg [new file with mode: 0644]
editor/icons/icon_gizmo_g_i_probe.svg [new file with mode: 0644]
editor/icons/icon_gizmo_light.svg [new file with mode: 0644]
editor/icons/icon_gizmo_listener.svg [new file with mode: 0644]
editor/icons/icon_gizmo_particles.svg [new file with mode: 0644]
editor/icons/icon_gizmo_portal.svg [new file with mode: 0644]
editor/icons/icon_gizmo_reflection_probe.svg [new file with mode: 0644]
editor/icons/icon_gizmo_spatial_sample_player.svg [new file with mode: 0644]
editor/icons/icon_gizmo_spot_light.svg [new file with mode: 0644]
editor/icons/icon_godot.svg [new file with mode: 0644]
editor/icons/icon_godot_docs.svg [new file with mode: 0644]
editor/icons/icon_gradient.svg [new file with mode: 0644]
editor/icons/icon_gradient_texture.svg [new file with mode: 0644]
editor/icons/icon_gradient_texture_2_d.svg [new file with mode: 0644]
editor/icons/icon_graph_edit.svg [new file with mode: 0644]
editor/icons/icon_graph_node.svg [new file with mode: 0644]
editor/icons/icon_grid.svg [new file with mode: 0644]
editor/icons/icon_grid_container.svg [new file with mode: 0644]
editor/icons/icon_grid_minimap.svg [new file with mode: 0644]
editor/icons/icon_groove_joint_2d.svg [new file with mode: 0644]
editor/icons/icon_group.svg [new file with mode: 0644]
editor/icons/icon_group_viewport.svg [new file with mode: 0644]
editor/icons/icon_groups.svg [new file with mode: 0644]
editor/icons/icon_gui_close.svg [new file with mode: 0644]
editor/icons/icon_gui_close_customizable.svg [new file with mode: 0644]
editor/icons/icon_gui_graph_node_port.svg [new file with mode: 0644]
editor/icons/icon_gui_resizer.svg [new file with mode: 0644]
editor/icons/icon_h_box_container.svg [new file with mode: 0644]
editor/icons/icon_h_flow_container.svg [new file with mode: 0644]
editor/icons/icon_h_scroll_bar.svg [new file with mode: 0644]
editor/icons/icon_h_separator.svg [new file with mode: 0644]
editor/icons/icon_h_slider.svg [new file with mode: 0644]
editor/icons/icon_h_split_container.svg [new file with mode: 0644]
editor/icons/icon_h_t_t_p_request.svg [new file with mode: 0644]
editor/icons/icon_headphones.svg [new file with mode: 0644]
editor/icons/icon_heart.svg [new file with mode: 0644]
editor/icons/icon_height_map_shape.svg [new file with mode: 0644]
editor/icons/icon_help.svg [new file with mode: 0644]
editor/icons/icon_help_search.svg [new file with mode: 0644]
editor/icons/icon_hinge_joint.svg [new file with mode: 0644]
editor/icons/icon_history.svg [new file with mode: 0644]
editor/icons/icon_hsize.svg [new file with mode: 0644]
editor/icons/icon_image.svg [new file with mode: 0644]
editor/icons/icon_image_texture.svg [new file with mode: 0644]
editor/icons/icon_immediate_geometry.svg [new file with mode: 0644]
editor/icons/icon_import_check.svg [new file with mode: 0644]
editor/icons/icon_import_fail.svg [new file with mode: 0644]
editor/icons/icon_information_sign.svg [new file with mode: 0644]
editor/icons/icon_insert_after.svg [new file with mode: 0644]
editor/icons/icon_insert_before.svg [new file with mode: 0644]
editor/icons/icon_instance.svg [new file with mode: 0644]
editor/icons/icon_instance_options.svg [new file with mode: 0644]
editor/icons/icon_int.svg [new file with mode: 0644]
editor/icons/icon_interp_cubic.svg [new file with mode: 0644]
editor/icons/icon_interp_linear.svg [new file with mode: 0644]
editor/icons/icon_interp_raw.svg [new file with mode: 0644]
editor/icons/icon_interp_wrap_clamp.svg [new file with mode: 0644]
editor/icons/icon_interp_wrap_loop.svg [new file with mode: 0644]
editor/icons/icon_interpolated_camera.svg [new file with mode: 0644]
editor/icons/icon_inverse_kinematics.svg [new file with mode: 0644]
editor/icons/icon_issue.svg [new file with mode: 0644]
editor/icons/icon_item_list.svg [new file with mode: 0644]
editor/icons/icon_joy_axis.svg [new file with mode: 0644]
editor/icons/icon_joy_button.svg [new file with mode: 0644]
editor/icons/icon_joypad.svg [new file with mode: 0644]
editor/icons/icon_key.svg [new file with mode: 0644]
editor/icons/icon_key_animation.svg [new file with mode: 0644]
editor/icons/icon_key_audio.svg [new file with mode: 0644]
editor/icons/icon_key_bezier.svg [new file with mode: 0644]
editor/icons/icon_key_bezier_handle.svg [new file with mode: 0644]
editor/icons/icon_key_bezier_point.svg [new file with mode: 0644]
editor/icons/icon_key_bezier_selected.svg [new file with mode: 0644]
editor/icons/icon_key_call.svg [new file with mode: 0644]
editor/icons/icon_key_eased_selected.svg [new file with mode: 0644]
editor/icons/icon_key_hover.svg [new file with mode: 0644]
editor/icons/icon_key_invalid.svg [new file with mode: 0644]
editor/icons/icon_key_next.svg [new file with mode: 0644]
editor/icons/icon_key_position.svg [new file with mode: 0644]
editor/icons/icon_key_rotation.svg [new file with mode: 0644]
editor/icons/icon_key_scale.svg [new file with mode: 0644]
editor/icons/icon_key_selected.svg [new file with mode: 0644]
editor/icons/icon_key_value.svg [new file with mode: 0644]
editor/icons/icon_key_value_eased.svg [new file with mode: 0644]
editor/icons/icon_key_xform.svg [new file with mode: 0644]
editor/icons/icon_keyboard.svg [new file with mode: 0644]
editor/icons/icon_keyboard_physical.svg [new file with mode: 0644]
editor/icons/icon_kinematic_body.svg [new file with mode: 0644]
editor/icons/icon_kinematic_body_2d.svg [new file with mode: 0644]
editor/icons/icon_l_o_d.svg [new file with mode: 0644]
editor/icons/icon_label.svg [new file with mode: 0644]
editor/icons/icon_label_3d.svg [new file with mode: 0644]
editor/icons/icon_large_texture.svg [new file with mode: 0644]
editor/icons/icon_light_2d.svg [new file with mode: 0644]
editor/icons/icon_light_occluder_2d.svg [new file with mode: 0644]
editor/icons/icon_line_2d.svg [new file with mode: 0644]
editor/icons/icon_line_edit.svg [new file with mode: 0644]
editor/icons/icon_line_shape_2d.svg [new file with mode: 0644]
editor/icons/icon_link_button.svg [new file with mode: 0644]
editor/icons/icon_list_select.svg [new file with mode: 0644]
editor/icons/icon_listener.svg [new file with mode: 0644]
editor/icons/icon_listener_2d.svg [new file with mode: 0644]
editor/icons/icon_load.svg [new file with mode: 0644]
editor/icons/icon_lock.svg [new file with mode: 0644]
editor/icons/icon_lock_viewport.svg [new file with mode: 0644]
editor/icons/icon_logo.svg [new file with mode: 0644]
editor/icons/icon_loop.svg [new file with mode: 0644]
editor/icons/icon_loop_interpolation.svg [new file with mode: 0644]
editor/icons/icon_main_play.svg [new file with mode: 0644]
editor/icons/icon_margin_container.svg [new file with mode: 0644]
editor/icons/icon_match_case.svg [new file with mode: 0644]
editor/icons/icon_material_preview_cube.svg [new file with mode: 0644]
editor/icons/icon_material_preview_cube_off.svg [new file with mode: 0644]
editor/icons/icon_material_preview_light_1.svg [new file with mode: 0644]
editor/icons/icon_material_preview_light_1_off.svg [new file with mode: 0644]
editor/icons/icon_material_preview_light_2.svg [new file with mode: 0644]
editor/icons/icon_material_preview_light_2_off.svg [new file with mode: 0644]
editor/icons/icon_material_preview_sphere.svg [new file with mode: 0644]
editor/icons/icon_material_preview_sphere_off.svg [new file with mode: 0644]
editor/icons/icon_member_constant.svg [new file with mode: 0644]
editor/icons/icon_member_method.svg [new file with mode: 0644]
editor/icons/icon_member_property.svg [new file with mode: 0644]
editor/icons/icon_member_signal.svg [new file with mode: 0644]
editor/icons/icon_member_theme.svg [new file with mode: 0644]
editor/icons/icon_menu_button.svg [new file with mode: 0644]
editor/icons/icon_merge_group.svg [new file with mode: 0644]
editor/icons/icon_mesh.svg [new file with mode: 0644]
editor/icons/icon_mesh_instance.svg [new file with mode: 0644]
editor/icons/icon_mesh_instance_2d.svg [new file with mode: 0644]
editor/icons/icon_mesh_library.svg [new file with mode: 0644]
editor/icons/icon_mesh_texture.svg [new file with mode: 0644]
editor/icons/icon_mini_object.svg [new file with mode: 0644]
editor/icons/icon_mirror_x.svg [new file with mode: 0644]
editor/icons/icon_mirror_y.svg [new file with mode: 0644]
editor/icons/icon_mouse.svg [new file with mode: 0644]
editor/icons/icon_move_down.svg [new file with mode: 0644]
editor/icons/icon_move_left.svg [new file with mode: 0644]
editor/icons/icon_move_point.svg [new file with mode: 0644]
editor/icons/icon_move_right.svg [new file with mode: 0644]
editor/icons/icon_move_up.svg [new file with mode: 0644]
editor/icons/icon_multi_edit.svg [new file with mode: 0644]
editor/icons/icon_multi_line.svg [new file with mode: 0644]
editor/icons/icon_multi_mesh.svg [new file with mode: 0644]
editor/icons/icon_multi_mesh_instance.svg [new file with mode: 0644]
editor/icons/icon_multi_mesh_instance_2d.svg [new file with mode: 0644]
editor/icons/icon_navigation.svg [new file with mode: 0644]
editor/icons/icon_navigation_2d.svg [new file with mode: 0644]
editor/icons/icon_navigation_agent.svg [new file with mode: 0644]
editor/icons/icon_navigation_agent_2d.svg [new file with mode: 0644]
editor/icons/icon_navigation_mesh.svg [new file with mode: 0644]
editor/icons/icon_navigation_mesh_instance.svg [new file with mode: 0644]
editor/icons/icon_navigation_obstacle.svg [new file with mode: 0644]
editor/icons/icon_navigation_obstacle_2d.svg [new file with mode: 0644]
editor/icons/icon_navigation_polygon.svg [new file with mode: 0644]
editor/icons/icon_navigation_polygon_instance.svg [new file with mode: 0644]
editor/icons/icon_new.svg [new file with mode: 0644]
editor/icons/icon_new_root.svg [new file with mode: 0644]
editor/icons/icon_nil.svg [new file with mode: 0644]
editor/icons/icon_nine_patch_rect.svg [new file with mode: 0644]
editor/icons/icon_node.svg [new file with mode: 0644]
editor/icons/icon_node_2d.svg [new file with mode: 0644]
editor/icons/icon_node_disabled.svg [new file with mode: 0644]
editor/icons/icon_node_path.svg [new file with mode: 0644]
editor/icons/icon_node_warning.svg [new file with mode: 0644]
editor/icons/icon_non_favorite.svg [new file with mode: 0644]
editor/icons/icon_o_r_m_spatial_material.svg [new file with mode: 0644]
editor/icons/icon_object.svg [new file with mode: 0644]
editor/icons/icon_occluder.svg [new file with mode: 0644]
editor/icons/icon_occluder_polygon_2d.svg [new file with mode: 0644]
editor/icons/icon_occluder_shape.svg [new file with mode: 0644]
editor/icons/icon_occluder_shape_polygon.svg [new file with mode: 0644]
editor/icons/icon_occluder_shape_sphere.svg [new file with mode: 0644]
editor/icons/icon_omni_light.svg [new file with mode: 0644]
editor/icons/icon_onion.svg [new file with mode: 0644]
editor/icons/icon_open.svg [new file with mode: 0644]
editor/icons/icon_option_button.svg [new file with mode: 0644]
editor/icons/icon_overbright_indicator.svg [new file with mode: 0644]
editor/icons/icon_override.svg [new file with mode: 0644]
editor/icons/icon_packed_data_container.svg [new file with mode: 0644]
editor/icons/icon_packed_scene.svg [new file with mode: 0644]
editor/icons/icon_panel.svg [new file with mode: 0644]
editor/icons/icon_panel_container.svg [new file with mode: 0644]
editor/icons/icon_panels_1.svg [new file with mode: 0644]
editor/icons/icon_panels_2.svg [new file with mode: 0644]
editor/icons/icon_panels_2_alt.svg [new file with mode: 0644]
editor/icons/icon_panels_3.svg [new file with mode: 0644]
editor/icons/icon_panels_3_alt.svg [new file with mode: 0644]
editor/icons/icon_panels_4.svg [new file with mode: 0644]
editor/icons/icon_panorama_sky.svg [new file with mode: 0644]
editor/icons/icon_parallax_background.svg [new file with mode: 0644]
editor/icons/icon_parallax_layer.svg [new file with mode: 0644]
editor/icons/icon_particle_attractor_2d.svg [new file with mode: 0644]
editor/icons/icon_particles.svg [new file with mode: 0644]
editor/icons/icon_particles_2d.svg [new file with mode: 0644]
editor/icons/icon_particles_material.svg [new file with mode: 0644]
editor/icons/icon_path.svg [new file with mode: 0644]
editor/icons/icon_path_2d.svg [new file with mode: 0644]
editor/icons/icon_path_follow.svg [new file with mode: 0644]
editor/icons/icon_path_follow_2d.svg [new file with mode: 0644]
editor/icons/icon_pause.svg [new file with mode: 0644]
editor/icons/icon_physical_bone.svg [new file with mode: 0644]
editor/icons/icon_pin.svg [new file with mode: 0644]
editor/icons/icon_pin_joint.svg [new file with mode: 0644]
editor/icons/icon_pin_joint_2d.svg [new file with mode: 0644]
editor/icons/icon_pin_pressed.svg [new file with mode: 0644]
editor/icons/icon_plane.svg [new file with mode: 0644]
editor/icons/icon_plane_mesh.svg [new file with mode: 0644]
editor/icons/icon_plane_shape.svg [new file with mode: 0644]
editor/icons/icon_play.svg [new file with mode: 0644]
editor/icons/icon_play_backwards.svg [new file with mode: 0644]
editor/icons/icon_play_custom.svg [new file with mode: 0644]
editor/icons/icon_play_overlay.svg [new file with mode: 0644]
editor/icons/icon_play_scene.svg [new file with mode: 0644]
editor/icons/icon_play_start.svg [new file with mode: 0644]
editor/icons/icon_play_start_backwards.svg [new file with mode: 0644]
editor/icons/icon_play_travel.svg [new file with mode: 0644]
editor/icons/icon_plugin_script.svg [new file with mode: 0644]
editor/icons/icon_point_mesh.svg [new file with mode: 0644]
editor/icons/icon_polygon_2_d.svg [new file with mode: 0644]
editor/icons/icon_polygon_path_finder.svg [new file with mode: 0644]
editor/icons/icon_pool_byte_array.svg [new file with mode: 0644]
editor/icons/icon_pool_color_array.svg [new file with mode: 0644]
editor/icons/icon_pool_int_array.svg [new file with mode: 0644]
editor/icons/icon_pool_real_array.svg [new file with mode: 0644]
editor/icons/icon_pool_string_array.svg [new file with mode: 0644]
editor/icons/icon_pool_vector2_array.svg [new file with mode: 0644]
editor/icons/icon_pool_vector3_array.svg [new file with mode: 0644]
editor/icons/icon_popup.svg [new file with mode: 0644]
editor/icons/icon_popup_dialog.svg [new file with mode: 0644]
editor/icons/icon_popup_menu.svg [new file with mode: 0644]
editor/icons/icon_popup_panel.svg [new file with mode: 0644]
editor/icons/icon_portal.svg [new file with mode: 0644]
editor/icons/icon_position_2d.svg [new file with mode: 0644]
editor/icons/icon_position_3d.svg [new file with mode: 0644]
editor/icons/icon_prism_mesh.svg [new file with mode: 0644]
editor/icons/icon_procedural_sky.svg [new file with mode: 0644]
editor/icons/icon_progress_1.svg [new file with mode: 0644]
editor/icons/icon_progress_2.svg [new file with mode: 0644]
editor/icons/icon_progress_3.svg [new file with mode: 0644]
editor/icons/icon_progress_4.svg [new file with mode: 0644]
editor/icons/icon_progress_5.svg [new file with mode: 0644]
editor/icons/icon_progress_6.svg [new file with mode: 0644]
editor/icons/icon_progress_7.svg [new file with mode: 0644]
editor/icons/icon_progress_8.svg [new file with mode: 0644]
editor/icons/icon_progress_bar.svg [new file with mode: 0644]
editor/icons/icon_project_icon_loading.svg [new file with mode: 0644]
editor/icons/icon_proximity_group.svg [new file with mode: 0644]
editor/icons/icon_proxy_texture.svg [new file with mode: 0644]
editor/icons/icon_quad.svg [new file with mode: 0644]
editor/icons/icon_quad_mesh.svg [new file with mode: 0644]
editor/icons/icon_quat.svg [new file with mode: 0644]
editor/icons/icon_r_i_d.svg [new file with mode: 0644]
editor/icons/icon_ray_cast.svg [new file with mode: 0644]
editor/icons/icon_ray_cast_2d.svg [new file with mode: 0644]
editor/icons/icon_ray_shape.svg [new file with mode: 0644]
editor/icons/icon_ray_shape_2d.svg [new file with mode: 0644]
editor/icons/icon_rayito.svg [new file with mode: 0644]
editor/icons/icon_rect2.svg [new file with mode: 0644]
editor/icons/icon_rectangle_shape_2d.svg [new file with mode: 0644]
editor/icons/icon_reference_rect.svg [new file with mode: 0644]
editor/icons/icon_reflection_probe.svg [new file with mode: 0644]
editor/icons/icon_refresh.svg [new file with mode: 0644]
editor/icons/icon_region_edit.svg [new file with mode: 0644]
editor/icons/icon_reload.svg [new file with mode: 0644]
editor/icons/icon_reload_small.svg [new file with mode: 0644]
editor/icons/icon_remote_transform.svg [new file with mode: 0644]
editor/icons/icon_remote_transform_2d.svg [new file with mode: 0644]
editor/icons/icon_remove.svg [new file with mode: 0644]
editor/icons/icon_remove_internal.svg [new file with mode: 0644]
editor/icons/icon_rename.svg [new file with mode: 0644]
editor/icons/icon_reparent.svg [new file with mode: 0644]
editor/icons/icon_reparent_to_new_node.svg [new file with mode: 0644]
editor/icons/icon_resource_preloader.svg [new file with mode: 0644]
editor/icons/icon_reverse_gradient.svg [new file with mode: 0644]
editor/icons/icon_rich_text_effect.svg [new file with mode: 0644]
editor/icons/icon_rich_text_label.svg [new file with mode: 0644]
editor/icons/icon_rigid_body.svg [new file with mode: 0644]
editor/icons/icon_rigid_body_2d.svg [new file with mode: 0644]
editor/icons/icon_room.svg [new file with mode: 0644]
editor/icons/icon_room_bounds.svg [new file with mode: 0644]
editor/icons/icon_room_group.svg [new file with mode: 0644]
editor/icons/icon_room_manager.svg [new file with mode: 0644]
editor/icons/icon_root_motion_view.svg [new file with mode: 0644]
editor/icons/icon_rotate_0.svg [new file with mode: 0644]
editor/icons/icon_rotate_180.svg [new file with mode: 0644]
editor/icons/icon_rotate_270.svg [new file with mode: 0644]
editor/icons/icon_rotate_90.svg [new file with mode: 0644]
editor/icons/icon_rotate_left.svg [new file with mode: 0644]
editor/icons/icon_rotate_right.svg [new file with mode: 0644]
editor/icons/icon_ruler.svg [new file with mode: 0644]
editor/icons/icon_sample_library.svg [new file with mode: 0644]
editor/icons/icon_save.svg [new file with mode: 0644]
editor/icons/icon_scene_unique_name.svg [new file with mode: 0644]
editor/icons/icon_script.svg [new file with mode: 0644]
editor/icons/icon_script_create.svg [new file with mode: 0644]
editor/icons/icon_script_create_dialog.svg [new file with mode: 0644]
editor/icons/icon_script_extend.svg [new file with mode: 0644]
editor/icons/icon_script_remove.svg [new file with mode: 0644]
editor/icons/icon_scroll_container.svg [new file with mode: 0644]
editor/icons/icon_search.svg [new file with mode: 0644]
editor/icons/icon_segment_shape_2d.svg [new file with mode: 0644]
editor/icons/icon_shader.svg [new file with mode: 0644]
editor/icons/icon_shader_material.svg [new file with mode: 0644]
editor/icons/icon_shape_cast.svg [new file with mode: 0644]
editor/icons/icon_shape_cast_2d.svg [new file with mode: 0644]
editor/icons/icon_short_cut.svg [new file with mode: 0644]
editor/icons/icon_signal.svg [new file with mode: 0644]
editor/icons/icon_signals.svg [new file with mode: 0644]
editor/icons/icon_signals_and_groups.svg [new file with mode: 0644]
editor/icons/icon_skeleton.svg [new file with mode: 0644]
editor/icons/icon_skeleton_2d.svg [new file with mode: 0644]
editor/icons/icon_skeleton_i_k.svg [new file with mode: 0644]
editor/icons/icon_slider_joint.svg [new file with mode: 0644]
editor/icons/icon_slot.svg [new file with mode: 0644]
editor/icons/icon_snap.svg [new file with mode: 0644]
editor/icons/icon_snap_grid.svg [new file with mode: 0644]
editor/icons/icon_soft_body.svg [new file with mode: 0644]
editor/icons/icon_sort.svg [new file with mode: 0644]
editor/icons/icon_spatial.svg [new file with mode: 0644]
editor/icons/icon_spatial_material.svg [new file with mode: 0644]
editor/icons/icon_sphere_mesh.svg [new file with mode: 0644]
editor/icons/icon_sphere_shape.svg [new file with mode: 0644]
editor/icons/icon_spin_box.svg [new file with mode: 0644]
editor/icons/icon_spot_light.svg [new file with mode: 0644]
editor/icons/icon_spring_arm.svg [new file with mode: 0644]
editor/icons/icon_sprite.svg [new file with mode: 0644]
editor/icons/icon_sprite_3d.svg [new file with mode: 0644]
editor/icons/icon_sprite_frames.svg [new file with mode: 0644]
editor/icons/icon_sprite_sheet.svg [new file with mode: 0644]
editor/icons/icon_static_body.svg [new file with mode: 0644]
editor/icons/icon_static_body_2d.svg [new file with mode: 0644]
editor/icons/icon_status_error.svg [new file with mode: 0644]
editor/icons/icon_status_success.svg [new file with mode: 0644]
editor/icons/icon_status_warning.svg [new file with mode: 0644]
editor/icons/icon_stop.svg [new file with mode: 0644]
editor/icons/icon_stream_texture.svg [new file with mode: 0644]
editor/icons/icon_string.svg [new file with mode: 0644]
editor/icons/icon_style_box_empty.svg [new file with mode: 0644]
editor/icons/icon_style_box_flat.svg [new file with mode: 0644]
editor/icons/icon_style_box_line.svg [new file with mode: 0644]
editor/icons/icon_style_box_texture.svg [new file with mode: 0644]
editor/icons/icon_tab_container.svg [new file with mode: 0644]
editor/icons/icon_tabs.svg [new file with mode: 0644]
editor/icons/icon_test_cube.svg [new file with mode: 0644]
editor/icons/icon_text_edit.svg [new file with mode: 0644]
editor/icons/icon_text_edit_fold.svg [new file with mode: 0644]
editor/icons/icon_text_edit_folded.svg [new file with mode: 0644]
editor/icons/icon_text_editor_play.svg [new file with mode: 0644]
editor/icons/icon_text_file.svg [new file with mode: 0644]
editor/icons/icon_text_mesh.svg [new file with mode: 0644]
editor/icons/icon_texture_3_d.svg [new file with mode: 0644]
editor/icons/icon_texture_array.svg [new file with mode: 0644]
editor/icons/icon_texture_button.svg [new file with mode: 0644]
editor/icons/icon_texture_progress.svg [new file with mode: 0644]
editor/icons/icon_texture_rect.svg [new file with mode: 0644]
editor/icons/icon_theme.svg [new file with mode: 0644]
editor/icons/icon_theme_deselect_all.svg [new file with mode: 0644]
editor/icons/icon_theme_remove_all_items.svg [new file with mode: 0644]
editor/icons/icon_theme_remove_custom_items.svg [new file with mode: 0644]
editor/icons/icon_theme_select_all.svg [new file with mode: 0644]
editor/icons/icon_theme_select_full.svg [new file with mode: 0644]
editor/icons/icon_thumbnail_wait.svg [new file with mode: 0644]
editor/icons/icon_tile_map.svg [new file with mode: 0644]
editor/icons/icon_tile_set.svg [new file with mode: 0644]
editor/icons/icon_time.svg [new file with mode: 0644]
editor/icons/icon_timeline_indicator.svg [new file with mode: 0644]
editor/icons/icon_timer.svg [new file with mode: 0644]
editor/icons/icon_tool_add_node.svg [new file with mode: 0644]
editor/icons/icon_tool_button.svg [new file with mode: 0644]
editor/icons/icon_tool_connect.svg [new file with mode: 0644]
editor/icons/icon_tool_move.svg [new file with mode: 0644]
editor/icons/icon_tool_pan.svg [new file with mode: 0644]
editor/icons/icon_tool_rotate.svg [new file with mode: 0644]
editor/icons/icon_tool_scale.svg [new file with mode: 0644]
editor/icons/icon_tool_select.svg [new file with mode: 0644]
editor/icons/icon_tool_triangle.svg [new file with mode: 0644]
editor/icons/icon_tools.svg [new file with mode: 0644]
editor/icons/icon_torus_mesh.svg [new file with mode: 0644]
editor/icons/icon_touch_screen_button.svg [new file with mode: 0644]
editor/icons/icon_track_add_key.svg [new file with mode: 0644]
editor/icons/icon_track_add_key_hl.svg [new file with mode: 0644]
editor/icons/icon_track_capture.svg [new file with mode: 0644]
editor/icons/icon_track_continuous.svg [new file with mode: 0644]
editor/icons/icon_track_discrete.svg [new file with mode: 0644]
editor/icons/icon_track_trigger.svg [new file with mode: 0644]
editor/icons/icon_transform.svg [new file with mode: 0644]
editor/icons/icon_transform_2_D.svg [new file with mode: 0644]
editor/icons/icon_transition_end.svg [new file with mode: 0644]
editor/icons/icon_transition_end_auto.svg [new file with mode: 0644]
editor/icons/icon_transition_end_auto_big.svg [new file with mode: 0644]
editor/icons/icon_transition_end_big.svg [new file with mode: 0644]
editor/icons/icon_transition_immediate.svg [new file with mode: 0644]
editor/icons/icon_transition_immediate_auto.svg [new file with mode: 0644]
editor/icons/icon_transition_immediate_auto_big.svg [new file with mode: 0644]
editor/icons/icon_transition_immediate_big.svg [new file with mode: 0644]
editor/icons/icon_transition_sync.svg [new file with mode: 0644]
editor/icons/icon_transition_sync_auto.svg [new file with mode: 0644]
editor/icons/icon_transition_sync_auto_big.svg [new file with mode: 0644]
editor/icons/icon_transition_sync_big.svg [new file with mode: 0644]
editor/icons/icon_translation.svg [new file with mode: 0644]
editor/icons/icon_transpose.svg [new file with mode: 0644]
editor/icons/icon_tree.svg [new file with mode: 0644]
editor/icons/icon_triple_bar.svg [new file with mode: 0644]
editor/icons/icon_tween.svg [new file with mode: 0644]
editor/icons/icon_unbone.svg [new file with mode: 0644]
editor/icons/icon_undo.svg [new file with mode: 0644]
editor/icons/icon_ungroup.svg [new file with mode: 0644]
editor/icons/icon_unlinked.svg [new file with mode: 0644]
editor/icons/icon_unlock.svg [new file with mode: 0644]
editor/icons/icon_uv.svg [new file with mode: 0644]
editor/icons/icon_v_box_container.svg [new file with mode: 0644]
editor/icons/icon_v_flow_container.svg [new file with mode: 0644]
editor/icons/icon_v_scroll_bar.svg [new file with mode: 0644]
editor/icons/icon_v_separator.svg [new file with mode: 0644]
editor/icons/icon_v_slider.svg [new file with mode: 0644]
editor/icons/icon_v_split_container.svg [new file with mode: 0644]
editor/icons/icon_variant.svg [new file with mode: 0644]
editor/icons/icon_vcs_branches.svg [new file with mode: 0644]
editor/icons/icon_vector2.svg [new file with mode: 0644]
editor/icons/icon_vector3.svg [new file with mode: 0644]
editor/icons/icon_vehicle_body.svg [new file with mode: 0644]
editor/icons/icon_vehicle_wheel.svg [new file with mode: 0644]
editor/icons/icon_video_player.svg [new file with mode: 0644]
editor/icons/icon_viewport.svg [new file with mode: 0644]
editor/icons/icon_viewport_container.svg [new file with mode: 0644]
editor/icons/icon_viewport_speed.svg [new file with mode: 0644]
editor/icons/icon_viewport_texture.svg [new file with mode: 0644]
editor/icons/icon_viewport_zoom.svg [new file with mode: 0644]
editor/icons/icon_visibility_enabler.svg [new file with mode: 0644]
editor/icons/icon_visibility_enabler_2d.svg [new file with mode: 0644]
editor/icons/icon_visibility_notifier.svg [new file with mode: 0644]
editor/icons/icon_visibility_notifier_2d.svg [new file with mode: 0644]
editor/icons/icon_visual_script_comment.svg [new file with mode: 0644]
editor/icons/icon_visual_script_expression.svg [new file with mode: 0644]
editor/icons/icon_visual_shader.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_boolean_uniform.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_color_constant.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_color_op.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_color_uniform.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_cube_map.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_cube_map_uniform.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_curve_texture.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_expression.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_global_expression.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_input.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_scalar_func.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_scalar_op.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_scalar_uniform.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_texture_uniform.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_texture_uniform_triplanar.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_transform_compose.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_transform_decompose.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_transform_uniform.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_transform_vec_mult.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_vec_3_uniform.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_vector_compose.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_vector_decompose.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_vector_distance.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_vector_func.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_node_vector_len.svg [new file with mode: 0644]
editor/icons/icon_visual_shader_port.svg [new file with mode: 0644]
editor/icons/icon_warning.svg [new file with mode: 0644]
editor/icons/icon_window_dialog.svg [new file with mode: 0644]
editor/icons/icon_world.svg [new file with mode: 0644]
editor/icons/icon_world_2d.svg [new file with mode: 0644]
editor/icons/icon_world_environment.svg [new file with mode: 0644]
editor/icons/icon_x509_certificate.svg [new file with mode: 0644]
editor/icons/icon_y_sort.svg [new file with mode: 0644]
editor/icons/icon_zoom.svg [new file with mode: 0644]
editor/icons/icon_zoom_less.svg [new file with mode: 0644]
editor/icons/icon_zoom_more.svg [new file with mode: 0644]
editor/icons/icon_zoom_reset.svg [new file with mode: 0644]
editor/import/SCsub [new file with mode: 0644]
editor/import/atlas_import_failed.xpm [new file with mode: 0644]
editor/import/editor_import_collada.cpp [new file with mode: 0644]
editor/import/editor_import_collada.h [new file with mode: 0644]
editor/import/editor_import_plugin.cpp [new file with mode: 0644]
editor/import/editor_import_plugin.h [new file with mode: 0644]
editor/import/resource_importer_bitmask.cpp [new file with mode: 0644]
editor/import/resource_importer_bitmask.h [new file with mode: 0644]
editor/import/resource_importer_csv_translation.cpp [new file with mode: 0644]
editor/import/resource_importer_csv_translation.h [new file with mode: 0644]
editor/import/resource_importer_image.cpp [new file with mode: 0644]
editor/import/resource_importer_image.h [new file with mode: 0644]
editor/import/resource_importer_layered_texture.cpp [new file with mode: 0644]
editor/import/resource_importer_layered_texture.h [new file with mode: 0644]
editor/import/resource_importer_obj.cpp [new file with mode: 0644]
editor/import/resource_importer_obj.h [new file with mode: 0644]
editor/import/resource_importer_scene.cpp [new file with mode: 0644]
editor/import/resource_importer_scene.h [new file with mode: 0644]
editor/import/resource_importer_texture.cpp [new file with mode: 0644]
editor/import/resource_importer_texture.h [new file with mode: 0644]
editor/import/resource_importer_texture_atlas.cpp [new file with mode: 0644]
editor/import/resource_importer_texture_atlas.h [new file with mode: 0644]
editor/import/resource_importer_wav.cpp [new file with mode: 0644]
editor/import/resource_importer_wav.h [new file with mode: 0644]
editor/import_defaults_editor.cpp [new file with mode: 0644]
editor/import_defaults_editor.h [new file with mode: 0644]
editor/import_dock.cpp [new file with mode: 0644]
editor/import_dock.h [new file with mode: 0644]
editor/inspector_dock.cpp [new file with mode: 0644]
editor/inspector_dock.h [new file with mode: 0644]
editor/multi_node_edit.cpp [new file with mode: 0644]
editor/multi_node_edit.h [new file with mode: 0644]
editor/node_dock.cpp [new file with mode: 0644]
editor/node_dock.h [new file with mode: 0644]
editor/pane_drag.cpp [new file with mode: 0644]
editor/pane_drag.h [new file with mode: 0644]
editor/plugin_config_dialog.cpp [new file with mode: 0644]
editor/plugin_config_dialog.h [new file with mode: 0644]
editor/plugins/SCsub [new file with mode: 0644]
editor/plugins/abstract_polygon_2d_editor.cpp [new file with mode: 0644]
editor/plugins/abstract_polygon_2d_editor.h [new file with mode: 0644]
editor/plugins/animation_blend_space_1d_editor.cpp [new file with mode: 0644]
editor/plugins/animation_blend_space_1d_editor.h [new file with mode: 0644]
editor/plugins/animation_blend_space_2d_editor.cpp [new file with mode: 0644]
editor/plugins/animation_blend_space_2d_editor.h [new file with mode: 0644]
editor/plugins/animation_blend_tree_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/animation_blend_tree_editor_plugin.h [new file with mode: 0644]
editor/plugins/animation_player_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/animation_player_editor_plugin.h [new file with mode: 0644]
editor/plugins/animation_state_machine_editor.cpp [new file with mode: 0644]
editor/plugins/animation_state_machine_editor.h [new file with mode: 0644]
editor/plugins/animation_tree_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/animation_tree_editor_plugin.h [new file with mode: 0644]
editor/plugins/animation_tree_player_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/animation_tree_player_editor_plugin.h [new file with mode: 0644]
editor/plugins/asset_library_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/asset_library_editor_plugin.h [new file with mode: 0644]
editor/plugins/audio_stream_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/audio_stream_editor_plugin.h [new file with mode: 0644]
editor/plugins/baked_lightmap_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/baked_lightmap_editor_plugin.h [new file with mode: 0644]
editor/plugins/bit_map_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/bit_map_editor_plugin.h [new file with mode: 0644]
editor/plugins/camera_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/camera_editor_plugin.h [new file with mode: 0644]
editor/plugins/canvas_item_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/canvas_item_editor_plugin.h [new file with mode: 0644]
editor/plugins/collision_polygon_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/collision_polygon_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/collision_polygon_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/collision_polygon_editor_plugin.h [new file with mode: 0644]
editor/plugins/collision_shape_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/collision_shape_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/cpu_particles_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/cpu_particles_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/cpu_particles_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/cpu_particles_editor_plugin.h [new file with mode: 0644]
editor/plugins/curve_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/curve_editor_plugin.h [new file with mode: 0644]
editor/plugins/editor_preview_plugins.cpp [new file with mode: 0644]
editor/plugins/editor_preview_plugins.h [new file with mode: 0644]
editor/plugins/gi_probe_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/gi_probe_editor_plugin.h [new file with mode: 0644]
editor/plugins/gradient_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/gradient_editor_plugin.h [new file with mode: 0644]
editor/plugins/gradient_texture_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/gradient_texture_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/item_list_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/item_list_editor_plugin.h [new file with mode: 0644]
editor/plugins/light_occluder_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/light_occluder_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/line_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/line_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/material_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/material_editor_plugin.h [new file with mode: 0644]
editor/plugins/merge_group_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/merge_group_editor_plugin.h [new file with mode: 0644]
editor/plugins/mesh_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/mesh_editor_plugin.h [new file with mode: 0644]
editor/plugins/mesh_instance_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/mesh_instance_editor_plugin.h [new file with mode: 0644]
editor/plugins/mesh_library_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/mesh_library_editor_plugin.h [new file with mode: 0644]
editor/plugins/multimesh_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/multimesh_editor_plugin.h [new file with mode: 0644]
editor/plugins/navigation_polygon_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/navigation_polygon_editor_plugin.h [new file with mode: 0644]
editor/plugins/packed_scene_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/packed_scene_editor_plugin.h [new file with mode: 0644]
editor/plugins/particles_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/particles_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/particles_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/particles_editor_plugin.h [new file with mode: 0644]
editor/plugins/path_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/path_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/path_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/path_editor_plugin.h [new file with mode: 0644]
editor/plugins/physical_bone_plugin.cpp [new file with mode: 0644]
editor/plugins/physical_bone_plugin.h [new file with mode: 0644]
editor/plugins/polygon_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/polygon_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/ray_cast_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/ray_cast_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/resource_preloader_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/resource_preloader_editor_plugin.h [new file with mode: 0644]
editor/plugins/room_manager_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/room_manager_editor_plugin.h [new file with mode: 0644]
editor/plugins/root_motion_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/root_motion_editor_plugin.h [new file with mode: 0644]
editor/plugins/script_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/script_editor_plugin.h [new file with mode: 0644]
editor/plugins/script_text_editor.cpp [new file with mode: 0644]
editor/plugins/script_text_editor.h [new file with mode: 0644]
editor/plugins/shader_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/shader_editor_plugin.h [new file with mode: 0644]
editor/plugins/skeleton_2d_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/skeleton_2d_editor_plugin.h [new file with mode: 0644]
editor/plugins/skeleton_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/skeleton_editor_plugin.h [new file with mode: 0644]
editor/plugins/skeleton_ik_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/skeleton_ik_editor_plugin.h [new file with mode: 0644]
editor/plugins/spatial_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/spatial_editor_plugin.h [new file with mode: 0644]
editor/plugins/sprite_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/sprite_editor_plugin.h [new file with mode: 0644]
editor/plugins/sprite_frames_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/sprite_frames_editor_plugin.h [new file with mode: 0644]
editor/plugins/style_box_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/style_box_editor_plugin.h [new file with mode: 0644]
editor/plugins/text_editor.cpp [new file with mode: 0644]
editor/plugins/text_editor.h [new file with mode: 0644]
editor/plugins/texture_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/texture_editor_plugin.h [new file with mode: 0644]
editor/plugins/texture_region_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/texture_region_editor_plugin.h [new file with mode: 0644]
editor/plugins/theme_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/theme_editor_plugin.h [new file with mode: 0644]
editor/plugins/theme_editor_preview.cpp [new file with mode: 0644]
editor/plugins/theme_editor_preview.h [new file with mode: 0644]
editor/plugins/tile_map_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/tile_map_editor_plugin.h [new file with mode: 0644]
editor/plugins/tile_set_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/tile_set_editor_plugin.h [new file with mode: 0644]
editor/plugins/version_control_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/version_control_editor_plugin.h [new file with mode: 0644]
editor/plugins/viewport_preview_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/viewport_preview_editor_plugin.h [new file with mode: 0644]
editor/plugins/visual_shader_editor_plugin.cpp [new file with mode: 0644]
editor/plugins/visual_shader_editor_plugin.h [new file with mode: 0644]
editor/progress_dialog.cpp [new file with mode: 0644]
editor/progress_dialog.h [new file with mode: 0644]
editor/project_export.cpp [new file with mode: 0644]
editor/project_export.h [new file with mode: 0644]
editor/project_manager.cpp [new file with mode: 0644]
editor/project_manager.h [new file with mode: 0644]
editor/project_settings_editor.cpp [new file with mode: 0644]
editor/project_settings_editor.h [new file with mode: 0644]
editor/property_editor.cpp [new file with mode: 0644]
editor/property_editor.h [new file with mode: 0644]
editor/property_selector.cpp [new file with mode: 0644]
editor/property_selector.h [new file with mode: 0644]
editor/register_exporters.h [new file with mode: 0644]
editor/rename_dialog.cpp [new file with mode: 0644]
editor/rename_dialog.h [new file with mode: 0644]
editor/reparent_dialog.cpp [new file with mode: 0644]
editor/reparent_dialog.h [new file with mode: 0644]
editor/run_settings_dialog.cpp [new file with mode: 0644]
editor/run_settings_dialog.h [new file with mode: 0644]
editor/scene_create_dialog.cpp [new file with mode: 0644]
editor/scene_create_dialog.h [new file with mode: 0644]
editor/scene_tree_dock.cpp [new file with mode: 0644]
editor/scene_tree_dock.h [new file with mode: 0644]
editor/scene_tree_editor.cpp [new file with mode: 0644]
editor/scene_tree_editor.h [new file with mode: 0644]
editor/script_create_dialog.cpp [new file with mode: 0644]
editor/script_create_dialog.h [new file with mode: 0644]
editor/script_editor_debugger.cpp [new file with mode: 0644]
editor/script_editor_debugger.h [new file with mode: 0644]
editor/settings_config_dialog.cpp [new file with mode: 0644]
editor/settings_config_dialog.h [new file with mode: 0644]
editor/spatial_editor_gizmos.cpp [new file with mode: 0644]
editor/spatial_editor_gizmos.h [new file with mode: 0644]
editor/translations/Makefile [new file with mode: 0644]
editor/translations/README.md [new file with mode: 0644]
editor/translations/af.po [new file with mode: 0644]
editor/translations/ar.po [new file with mode: 0644]
editor/translations/az.po [new file with mode: 0644]
editor/translations/bg.po [new file with mode: 0644]
editor/translations/bn.po [new file with mode: 0644]
editor/translations/br.po [new file with mode: 0644]
editor/translations/ca.po [new file with mode: 0644]
editor/translations/cs.po [new file with mode: 0644]
editor/translations/da.po [new file with mode: 0644]
editor/translations/de.po [new file with mode: 0644]
editor/translations/editor.pot [new file with mode: 0644]
editor/translations/el.po [new file with mode: 0644]
editor/translations/en_Shaw.po [new file with mode: 0644]
editor/translations/eo.po [new file with mode: 0644]
editor/translations/es.po [new file with mode: 0644]
editor/translations/es_AR.po [new file with mode: 0644]
editor/translations/et.po [new file with mode: 0644]
editor/translations/eu.po [new file with mode: 0644]
editor/translations/extract.py [new file with mode: 0755]
editor/translations/fa.po [new file with mode: 0644]
editor/translations/fi.po [new file with mode: 0644]
editor/translations/fil.po [new file with mode: 0644]
editor/translations/fr.po [new file with mode: 0644]
editor/translations/ga.po [new file with mode: 0644]
editor/translations/gl.po [new file with mode: 0644]
editor/translations/he.po [new file with mode: 0644]
editor/translations/hi.po [new file with mode: 0644]
editor/translations/hr.po [new file with mode: 0644]
editor/translations/hu.po [new file with mode: 0644]
editor/translations/id.po [new file with mode: 0644]
editor/translations/ig.po [new file with mode: 0644]
editor/translations/is.po [new file with mode: 0644]
editor/translations/it.po [new file with mode: 0644]
editor/translations/ja.po [new file with mode: 0644]
editor/translations/ka.po [new file with mode: 0644]
editor/translations/km.po [new file with mode: 0644]
editor/translations/ko.po [new file with mode: 0644]
editor/translations/lt.po [new file with mode: 0644]
editor/translations/lv.po [new file with mode: 0644]
editor/translations/mk.po [new file with mode: 0644]
editor/translations/ml.po [new file with mode: 0644]
editor/translations/mr.po [new file with mode: 0644]
editor/translations/ms.po [new file with mode: 0644]
editor/translations/nb.po [new file with mode: 0644]
editor/translations/nl.po [new file with mode: 0644]
editor/translations/pl.po [new file with mode: 0644]
editor/translations/pr.po [new file with mode: 0644]
editor/translations/pt.po [new file with mode: 0644]
editor/translations/pt_BR.po [new file with mode: 0644]
editor/translations/ro.po [new file with mode: 0644]
editor/translations/ru.po [new file with mode: 0644]
editor/translations/si.po [new file with mode: 0644]
editor/translations/sk.po [new file with mode: 0644]
editor/translations/sl.po [new file with mode: 0644]
editor/translations/sq.po [new file with mode: 0644]
editor/translations/sr_Cyrl.po [new file with mode: 0644]
editor/translations/sr_Latn.po [new file with mode: 0644]
editor/translations/sv.po [new file with mode: 0644]
editor/translations/te.po [new file with mode: 0644]
editor/translations/th.po [new file with mode: 0644]
editor/translations/tl.po [new file with mode: 0644]
editor/translations/tr.po [new file with mode: 0644]
editor/translations/uk.po [new file with mode: 0644]
editor/translations/ur_PK.po [new file with mode: 0644]
editor/translations/vi.po [new file with mode: 0644]
editor/translations/zh_CN.po [new file with mode: 0644]
editor/translations/zh_HK.po [new file with mode: 0644]
editor/translations/zh_TW.po [new file with mode: 0644]
gles_builders.py [new file with mode: 0644]
icon.png [new file with mode: 0644]
icon.svg [new file with mode: 0644]
icon_outlined.png [new file with mode: 0644]
icon_outlined.svg [new file with mode: 0644]
logo.png [new file with mode: 0644]
logo.svg [new file with mode: 0644]
logo_outlined.png [new file with mode: 0644]
logo_outlined.svg [new file with mode: 0644]
main/SCsub [new file with mode: 0644]
main/app_icon.png [new file with mode: 0644]
main/default_controller_mappings.h [new file with mode: 0644]
main/gamecontrollerdb.txt [new file with mode: 0644]
main/godotcontrollerdb.txt [new file with mode: 0644]
main/input_default.cpp [new file with mode: 0644]
main/input_default.h [new file with mode: 0644]
main/main.cpp [new file with mode: 0644]
main/main.h [new file with mode: 0644]
main/main_builders.py [new file with mode: 0644]
main/main_timer_sync.cpp [new file with mode: 0644]
main/main_timer_sync.h [new file with mode: 0644]
main/performance.cpp [new file with mode: 0644]
main/performance.h [new file with mode: 0644]
main/splash.png [new file with mode: 0644]
main/tests/SCsub [new file with mode: 0644]
main/tests/test_astar.cpp [new file with mode: 0644]
main/tests/test_astar.h [new file with mode: 0644]
main/tests/test_basis.cpp [new file with mode: 0644]
main/tests/test_basis.h [new file with mode: 0644]
main/tests/test_crypto.cpp [new file with mode: 0644]
main/tests/test_crypto.h [new file with mode: 0644]
main/tests/test_gdscript.cpp [new file with mode: 0644]
main/tests/test_gdscript.h [new file with mode: 0644]
main/tests/test_gui.cpp [new file with mode: 0644]
main/tests/test_gui.h [new file with mode: 0644]
main/tests/test_main.cpp [new file with mode: 0644]
main/tests/test_main.h [new file with mode: 0644]
main/tests/test_math.cpp [new file with mode: 0644]
main/tests/test_math.h [new file with mode: 0644]
main/tests/test_oa_hash_map.cpp [new file with mode: 0644]
main/tests/test_oa_hash_map.h [new file with mode: 0644]
main/tests/test_ordered_hash_map.cpp [new file with mode: 0644]
main/tests/test_ordered_hash_map.h [new file with mode: 0644]
main/tests/test_physics.cpp [new file with mode: 0644]
main/tests/test_physics.h [new file with mode: 0644]
main/tests/test_physics_2d.cpp [new file with mode: 0644]
main/tests/test_physics_2d.h [new file with mode: 0644]
main/tests/test_render.cpp [new file with mode: 0644]
main/tests/test_render.h [new file with mode: 0644]
main/tests/test_shader_lang.cpp [new file with mode: 0644]
main/tests/test_shader_lang.h [new file with mode: 0644]
main/tests/test_string.cpp [new file with mode: 0644]
main/tests/test_string.h [new file with mode: 0644]
main/tests/test_theme.cpp [new file with mode: 0644]
main/tests/test_theme.h [new file with mode: 0644]
main/tests/test_tools.h [new file with mode: 0644]
main/tests/test_transform.cpp [new file with mode: 0644]
main/tests/test_transform.h [new file with mode: 0644]
main/tests/test_xml_parser.cpp [new file with mode: 0644]
main/tests/test_xml_parser.h [new file with mode: 0644]
methods.py [new file with mode: 0644]
misc/ci/sources.list [new file with mode: 0644]
misc/dist/docker/Dockerfile [new file with mode: 0644]
misc/dist/docker/README.md [new file with mode: 0644]
misc/dist/docker/scripts/install-android-tools [new file with mode: 0644]
misc/dist/document_icons/gdscript.svg [new file with mode: 0644]
misc/dist/document_icons/gdscript_extra_small.svg [new file with mode: 0644]
misc/dist/document_icons/gdscript_small.svg [new file with mode: 0644]
misc/dist/document_icons/project.svg [new file with mode: 0644]
misc/dist/document_icons/project_extra_small.svg [new file with mode: 0644]
misc/dist/document_icons/project_small.svg [new file with mode: 0644]
misc/dist/document_icons/resource.svg [new file with mode: 0644]
misc/dist/document_icons/resource_extra_small.svg [new file with mode: 0644]
misc/dist/document_icons/resource_small.svg [new file with mode: 0644]
misc/dist/document_icons/scene.svg [new file with mode: 0644]
misc/dist/document_icons/scene_extra_small.svg [new file with mode: 0644]
misc/dist/document_icons/scene_small.svg [new file with mode: 0644]
misc/dist/html/editor.html [new file with mode: 0644]
misc/dist/html/full-size.html [new file with mode: 0644]
misc/dist/html/logo.svg [new file with mode: 0644]
misc/dist/html/manifest.json [new file with mode: 0644]
misc/dist/html/offline-export.html [new file with mode: 0644]
misc/dist/html/offline.html [new file with mode: 0644]
misc/dist/html/service-worker.js [new file with mode: 0644]
misc/dist/ios_xcode/PrivacyInfo.xcprivacy [new file with mode: 0644]
misc/dist/ios_xcode/data.pck [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios.xcodeproj/xcshareddata/xcschemes/godot_ios.xcscheme [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/Contents.json [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/splash@2x.png [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/splash@3x.png [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/Launch Screen.storyboard [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/dummy.cpp [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/dummy.h [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/dummy.swift [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/dylibs/empty [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/en.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/export_options.plist [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist [new file with mode: 0644]
misc/dist/ios_xcode/godot_ios/godot_ios.entitlements [new file with mode: 0644]
misc/dist/ios_xcode/libgodot.iphone.debug.xcframework/Info.plist [new file with mode: 0644]
misc/dist/ios_xcode/libgodot.iphone.debug.xcframework/ios-arm64/empty [new file with mode: 0644]
misc/dist/ios_xcode/libgodot.iphone.debug.xcframework/ios-arm64_x86_64-simulator/empty [new file with mode: 0644]
misc/dist/ios_xcode/libgodot.iphone.release.xcframework/Info.plist [new file with mode: 0644]
misc/dist/ios_xcode/libgodot.iphone.release.xcframework/ios-arm64/empty [new file with mode: 0644]
misc/dist/ios_xcode/libgodot.iphone.release.xcframework/ios-arm64_x86_64-simulator/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-ee-interp.xcframework/Info.plist [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-ee-interp.xcframework/ios-arm64/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-ee-interp.xcframework/ios-arm64_x86_64-simulator/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-icall-table.xcframework/Info.plist [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-icall-table.xcframework/ios-arm64/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-icall-table.xcframework/ios-arm64_x86_64-simulator/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-ilgen.xcframework/Info.plist [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-ilgen.xcframework/ios-arm64/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-ilgen.xcframework/ios-arm64_x86_64-simulator/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-native.xcframework/Info.plist [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-native.xcframework/ios-arm64/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-native.xcframework/ios-arm64_x86_64-simulator/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-profiler-log.xcframework/Info.plist [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-profiler-log.xcframework/ios-arm64/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmono-profiler-log.xcframework/ios-arm64_x86_64-simulator/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmonosgen-2.0.xcframework/Info.plist [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmonosgen-2.0.xcframework/ios-arm64/empty [new file with mode: 0644]
misc/dist/iphone-mono-libs/libmonosgen-2.0.xcframework/ios-arm64_x86_64-simulator/empty [new file with mode: 0644]
misc/dist/linux/godot.6 [new file with mode: 0644]
misc/dist/linux/org.godotengine.Godot.appdata.xml [new file with mode: 0644]
misc/dist/linux/org.godotengine.Godot.desktop [new file with mode: 0644]
misc/dist/linux/org.godotengine.Godot.xml [new file with mode: 0644]
misc/dist/osx/editor.entitlements [new file with mode: 0644]
misc/dist/osx_template.app/Contents/Info.plist [new file with mode: 0644]
misc/dist/osx_template.app/Contents/PkgInfo [new file with mode: 0644]
misc/dist/osx_template.app/Contents/Resources/icon.icns [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Info.plist [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/PkgInfo [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/GDScript.icns [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/Godot.icns [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/Project.icns [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/Resource.icns [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/Scene.icns [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/af.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ar.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/az.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/bg.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/bn.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/br.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ca.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/cs.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/da.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/de.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/el.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/en.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/eo.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/es.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/es_AR.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/et.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/eu.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/fa.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/fi.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/fil.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/fr.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ga.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/gl.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/he.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/hi.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/hr.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/hu.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/id.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/is.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/it.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ja.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ka.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/km.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ko.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/lt.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/lv.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/mi.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/mk.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ml.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/mr.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ms.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/nb.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/nl.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/or.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/pl.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/pt.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/pt_BR.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ro.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ru.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/si.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/sk.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/sl.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/sq.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/sr-Cyrl.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/sr-Latn.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/sv.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ta.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/te.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/th.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/tr.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/tt.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/tzm.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/uk.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/ur_PK.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/vi.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/zh_CN.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/zh_HK.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/osx_tools.app/Contents/Resources/zh_TW.lproj/InfoPlist.strings [new file with mode: 0644]
misc/dist/project_icon.svg [new file with mode: 0644]
misc/dist/shell/_godot.zsh-completion [new file with mode: 0644]
misc/dist/shell/godot.bash-completion [new file with mode: 0644]
misc/dist/shell/godot.fish [new file with mode: 0644]
misc/dist/uwp_template/AppxManifest.xml [new file with mode: 0644]
misc/dist/uwp_template/Assets/SplashScreen.scale-100.png [new file with mode: 0644]
misc/dist/uwp_template/Assets/Square150x150Logo.scale-100.png [new file with mode: 0644]
misc/dist/uwp_template/Assets/Square310x310Logo.scale-100.png [new file with mode: 0644]
misc/dist/uwp_template/Assets/Square44x44Logo.scale-100.png [new file with mode: 0644]
misc/dist/uwp_template/Assets/Square71x71Logo.scale-100.png [new file with mode: 0644]
misc/dist/uwp_template/Assets/StoreLogo.scale-100.png [new file with mode: 0644]
misc/dist/uwp_template/Assets/Wide310x150Logo.scale-100.png [new file with mode: 0644]
misc/dist/windows/.gitignore [new file with mode: 0644]
misc/dist/windows/README.md [new file with mode: 0644]
misc/dist/windows/godot.iss [new file with mode: 0644]
misc/dist/windows/modpath.pas [new file with mode: 0644]
misc/hooks/README.md [new file with mode: 0644]
misc/hooks/canonicalize_filename.sh [new file with mode: 0755]
misc/hooks/pre-commit [new file with mode: 0755]
misc/hooks/pre-commit-black [new file with mode: 0755]
misc/hooks/pre-commit-clang-format [new file with mode: 0755]
misc/hooks/pre-commit-make-rst [new file with mode: 0755]
misc/hooks/winmessage.ps1 [new file with mode: 0644]
misc/scripts/black_format.sh [new file with mode: 0755]
misc/scripts/check_ci_log.py [new file with mode: 0755]
misc/scripts/clang_format.sh [new file with mode: 0755]
misc/scripts/codespell.sh [new file with mode: 0644]
misc/scripts/copyright_headers.py [new file with mode: 0755]
misc/scripts/file_format.sh [new file with mode: 0755]
misc/scripts/gitignore_check.sh [new file with mode: 0644]
misc/scripts/header_guards.sh [new file with mode: 0755]
misc/scripts/make_icons.sh [new file with mode: 0755]
misc/scripts/make_tarball.sh [new file with mode: 0755]
modules/SCsub [new file with mode: 0644]
modules/bmp/SCsub [new file with mode: 0644]
modules/bmp/config.py [new file with mode: 0644]
modules/bmp/image_loader_bmp.cpp [new file with mode: 0644]
modules/bmp/image_loader_bmp.h [new file with mode: 0644]
modules/bmp/register_types.cpp [new file with mode: 0644]
modules/bmp/register_types.h [new file with mode: 0644]
modules/bullet/SCsub [new file with mode: 0644]
modules/bullet/area_bullet.cpp [new file with mode: 0644]
modules/bullet/area_bullet.h [new file with mode: 0644]
modules/bullet/btRayShape.cpp [new file with mode: 0644]
modules/bullet/btRayShape.h [new file with mode: 0644]
modules/bullet/bullet_physics_server.cpp [new file with mode: 0644]
modules/bullet/bullet_physics_server.h [new file with mode: 0644]
modules/bullet/bullet_types_converter.cpp [new file with mode: 0644]
modules/bullet/bullet_types_converter.h [new file with mode: 0644]
modules/bullet/bullet_utilities.h [new file with mode: 0644]
modules/bullet/collision_object_bullet.cpp [new file with mode: 0644]
modules/bullet/collision_object_bullet.h [new file with mode: 0644]
modules/bullet/cone_twist_joint_bullet.cpp [new file with mode: 0644]
modules/bullet/cone_twist_joint_bullet.h [new file with mode: 0644]
modules/bullet/config.py [new file with mode: 0644]
modules/bullet/constraint_bullet.cpp [new file with mode: 0644]
modules/bullet/constraint_bullet.h [new file with mode: 0644]
modules/bullet/generic_6dof_joint_bullet.cpp [new file with mode: 0644]
modules/bullet/generic_6dof_joint_bullet.h [new file with mode: 0644]
modules/bullet/godot_collision_configuration.cpp [new file with mode: 0644]
modules/bullet/godot_collision_configuration.h [new file with mode: 0644]
modules/bullet/godot_collision_dispatcher.cpp [new file with mode: 0644]
modules/bullet/godot_collision_dispatcher.h [new file with mode: 0644]
modules/bullet/godot_motion_state.h [new file with mode: 0644]
modules/bullet/godot_ray_world_algorithm.cpp [new file with mode: 0644]
modules/bullet/godot_ray_world_algorithm.h [new file with mode: 0644]
modules/bullet/godot_result_callbacks.cpp [new file with mode: 0644]
modules/bullet/godot_result_callbacks.h [new file with mode: 0644]
modules/bullet/hinge_joint_bullet.cpp [new file with mode: 0644]
modules/bullet/hinge_joint_bullet.h [new file with mode: 0644]
modules/bullet/joint_bullet.cpp [new file with mode: 0644]
modules/bullet/joint_bullet.h [new file with mode: 0644]
modules/bullet/pin_joint_bullet.cpp [new file with mode: 0644]
modules/bullet/pin_joint_bullet.h [new file with mode: 0644]
modules/bullet/register_types.cpp [new file with mode: 0644]
modules/bullet/register_types.h [new file with mode: 0644]
modules/bullet/rid_bullet.h [new file with mode: 0644]
modules/bullet/rigid_body_bullet.cpp [new file with mode: 0644]
modules/bullet/rigid_body_bullet.h [new file with mode: 0644]
modules/bullet/shape_bullet.cpp [new file with mode: 0644]
modules/bullet/shape_bullet.h [new file with mode: 0644]
modules/bullet/shape_owner_bullet.cpp [new file with mode: 0644]
modules/bullet/shape_owner_bullet.h [new file with mode: 0644]
modules/bullet/slider_joint_bullet.cpp [new file with mode: 0644]
modules/bullet/slider_joint_bullet.h [new file with mode: 0644]
modules/bullet/soft_body_bullet.cpp [new file with mode: 0644]
modules/bullet/soft_body_bullet.h [new file with mode: 0644]
modules/bullet/space_bullet.cpp [new file with mode: 0644]
modules/bullet/space_bullet.h [new file with mode: 0644]
modules/camera/SCsub [new file with mode: 0644]
modules/camera/camera_osx.h [new file with mode: 0644]
modules/camera/camera_osx.mm [new file with mode: 0644]
modules/camera/camera_win.cpp [new file with mode: 0644]
modules/camera/camera_win.h [new file with mode: 0644]
modules/camera/config.py [new file with mode: 0644]
modules/camera/register_types.cpp [new file with mode: 0644]
modules/camera/register_types.h [new file with mode: 0644]
modules/csg/SCsub [new file with mode: 0644]
modules/csg/config.py [new file with mode: 0644]
modules/csg/csg.cpp [new file with mode: 0644]
modules/csg/csg.h [new file with mode: 0644]
modules/csg/csg_gizmos.cpp [new file with mode: 0644]
modules/csg/csg_gizmos.h [new file with mode: 0644]
modules/csg/csg_shape.cpp [new file with mode: 0644]
modules/csg/csg_shape.h [new file with mode: 0644]
modules/csg/doc_classes/CSGBox.xml [new file with mode: 0644]
modules/csg/doc_classes/CSGCombiner.xml [new file with mode: 0644]
modules/csg/doc_classes/CSGCylinder.xml [new file with mode: 0644]
modules/csg/doc_classes/CSGMesh.xml [new file with mode: 0644]
modules/csg/doc_classes/CSGPolygon.xml [new file with mode: 0644]
modules/csg/doc_classes/CSGPrimitive.xml [new file with mode: 0644]
modules/csg/doc_classes/CSGShape.xml [new file with mode: 0644]
modules/csg/doc_classes/CSGSphere.xml [new file with mode: 0644]
modules/csg/doc_classes/CSGTorus.xml [new file with mode: 0644]
modules/csg/icons/icon_c_s_g_box.svg [new file with mode: 0644]
modules/csg/icons/icon_c_s_g_capsule.svg [new file with mode: 0644]
modules/csg/icons/icon_c_s_g_combiner.svg [new file with mode: 0644]
modules/csg/icons/icon_c_s_g_cylinder.svg [new file with mode: 0644]
modules/csg/icons/icon_c_s_g_mesh.svg [new file with mode: 0644]
modules/csg/icons/icon_c_s_g_polygon.svg [new file with mode: 0644]
modules/csg/icons/icon_c_s_g_sphere.svg [new file with mode: 0644]
modules/csg/icons/icon_c_s_g_torus.svg [new file with mode: 0644]
modules/csg/register_types.cpp [new file with mode: 0644]
modules/csg/register_types.h [new file with mode: 0644]
modules/cvtt/SCsub [new file with mode: 0644]
modules/cvtt/config.py [new file with mode: 0644]
modules/cvtt/image_compress_cvtt.cpp [new file with mode: 0644]
modules/cvtt/image_compress_cvtt.h [new file with mode: 0644]
modules/cvtt/register_types.cpp [new file with mode: 0644]
modules/cvtt/register_types.h [new file with mode: 0644]
modules/dds/SCsub [new file with mode: 0644]
modules/dds/config.py [new file with mode: 0644]
modules/dds/register_types.cpp [new file with mode: 0644]
modules/dds/register_types.h [new file with mode: 0644]
modules/dds/texture_loader_dds.cpp [new file with mode: 0644]
modules/dds/texture_loader_dds.h [new file with mode: 0644]
modules/denoise/SCsub [new file with mode: 0644]
modules/denoise/config.py [new file with mode: 0644]
modules/denoise/denoise_wrapper.cpp [new file with mode: 0644]
modules/denoise/denoise_wrapper.h [new file with mode: 0644]
modules/denoise/lightmap_denoiser.cpp [new file with mode: 0644]
modules/denoise/lightmap_denoiser.h [new file with mode: 0644]
modules/denoise/register_types.cpp [new file with mode: 0644]
modules/denoise/register_types.h [new file with mode: 0644]
modules/denoise/resource_to_cpp.py [new file with mode: 0644]
modules/enet/SCsub [new file with mode: 0644]
modules/enet/config.py [new file with mode: 0644]
modules/enet/doc_classes/NetworkedMultiplayerENet.xml [new file with mode: 0644]
modules/enet/networked_multiplayer_enet.cpp [new file with mode: 0644]
modules/enet/networked_multiplayer_enet.h [new file with mode: 0644]
modules/enet/register_types.cpp [new file with mode: 0644]
modules/enet/register_types.h [new file with mode: 0644]
modules/etc/SCsub [new file with mode: 0644]
modules/etc/config.py [new file with mode: 0644]
modules/etc/image_compress_etc.cpp [new file with mode: 0644]
modules/etc/image_compress_etc.h [new file with mode: 0644]
modules/etc/register_types.cpp [new file with mode: 0644]
modules/etc/register_types.h [new file with mode: 0644]
modules/etc/texture_loader_pkm.cpp [new file with mode: 0644]
modules/etc/texture_loader_pkm.h [new file with mode: 0644]
modules/fbx/SCsub [new file with mode: 0644]
modules/fbx/config.py [new file with mode: 0644]
modules/fbx/data/fbx_anim_container.h [new file with mode: 0644]
modules/fbx/data/fbx_bone.cpp [new file with mode: 0644]
modules/fbx/data/fbx_bone.h [new file with mode: 0644]
modules/fbx/data/fbx_material.cpp [new file with mode: 0644]
modules/fbx/data/fbx_material.h [new file with mode: 0644]
modules/fbx/data/fbx_mesh_data.cpp [new file with mode: 0644]
modules/fbx/data/fbx_mesh_data.h [new file with mode: 0644]
modules/fbx/data/fbx_node.h [new file with mode: 0644]
modules/fbx/data/fbx_skeleton.cpp [new file with mode: 0644]
modules/fbx/data/fbx_skeleton.h [new file with mode: 0644]
modules/fbx/data/import_state.h [new file with mode: 0644]
modules/fbx/data/model_abstraction.h [new file with mode: 0644]
modules/fbx/data/pivot_transform.cpp [new file with mode: 0644]
modules/fbx/data/pivot_transform.h [new file with mode: 0644]
modules/fbx/doc_classes/EditorSceneImporterFBX.xml [new file with mode: 0644]
modules/fbx/editor_scene_importer_fbx.cpp [new file with mode: 0644]
modules/fbx/editor_scene_importer_fbx.h [new file with mode: 0644]
modules/fbx/fbx_parser/ByteSwapper.h [new file with mode: 0644]
modules/fbx/fbx_parser/CREDITS [new file with mode: 0644]
modules/fbx/fbx_parser/FBXAnimation.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXBinaryTokenizer.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXCommon.h [new file with mode: 0644]
modules/fbx/fbx_parser/FBXDeformer.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXDocument.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXDocument.h [new file with mode: 0644]
modules/fbx/fbx_parser/FBXDocumentUtil.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXDocumentUtil.h [new file with mode: 0644]
modules/fbx/fbx_parser/FBXImportSettings.h [new file with mode: 0644]
modules/fbx/fbx_parser/FBXMaterial.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXMeshGeometry.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXMeshGeometry.h [new file with mode: 0644]
modules/fbx/fbx_parser/FBXModel.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXNodeAttribute.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXParseTools.h [new file with mode: 0644]
modules/fbx/fbx_parser/FBXParser.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXParser.h [new file with mode: 0644]
modules/fbx/fbx_parser/FBXPose.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXProperties.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXProperties.h [new file with mode: 0644]
modules/fbx/fbx_parser/FBXTokenizer.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXTokenizer.h [new file with mode: 0644]
modules/fbx/fbx_parser/FBXUtil.cpp [new file with mode: 0644]
modules/fbx/fbx_parser/FBXUtil.h [new file with mode: 0644]
modules/fbx/fbx_parser/LICENSE [new file with mode: 0644]
modules/fbx/readme.md [new file with mode: 0644]
modules/fbx/register_types.cpp [new file with mode: 0644]
modules/fbx/register_types.h [new file with mode: 0644]
modules/fbx/tools/import_utils.cpp [new file with mode: 0644]
modules/fbx/tools/import_utils.h [new file with mode: 0644]
modules/fbx/tools/validation_tools.cpp [new file with mode: 0644]
modules/fbx/tools/validation_tools.h [new file with mode: 0644]
modules/freetype/SCsub [new file with mode: 0644]
modules/freetype/config.py [new file with mode: 0644]
modules/freetype/register_types.cpp [new file with mode: 0644]
modules/freetype/register_types.h [new file with mode: 0644]
modules/freetype/uwpdef.h [new file with mode: 0644]
modules/gdnative/SCsub [new file with mode: 0644]
modules/gdnative/android/android_gdn.cpp [new file with mode: 0644]
modules/gdnative/arvr/SCsub [new file with mode: 0644]
modules/gdnative/arvr/arvr_interface_gdnative.cpp [new file with mode: 0644]
modules/gdnative/arvr/arvr_interface_gdnative.h [new file with mode: 0644]
modules/gdnative/arvr/register_types.cpp [new file with mode: 0644]
modules/gdnative/arvr/register_types.h [new file with mode: 0644]
modules/gdnative/config.py [new file with mode: 0644]
modules/gdnative/doc_classes/ARVRInterfaceGDNative.xml [new file with mode: 0644]
modules/gdnative/doc_classes/GDNative.xml [new file with mode: 0644]
modules/gdnative/doc_classes/GDNativeLibrary.xml [new file with mode: 0644]
modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml [new file with mode: 0644]
modules/gdnative/doc_classes/NativeScript.xml [new file with mode: 0644]
modules/gdnative/doc_classes/PacketPeerGDNative.xml [new file with mode: 0644]
modules/gdnative/doc_classes/PluginScript.xml [new file with mode: 0644]
modules/gdnative/doc_classes/StreamPeerGDNative.xml [new file with mode: 0644]
modules/gdnative/doc_classes/VideoStreamGDNative.xml [new file with mode: 0644]
modules/gdnative/doc_classes/WebRTCDataChannelGDNative.xml [new file with mode: 0644]
modules/gdnative/doc_classes/WebRTCPeerConnectionGDNative.xml [new file with mode: 0644]
modules/gdnative/gdnative.cpp [new file with mode: 0644]
modules/gdnative/gdnative.h [new file with mode: 0644]
modules/gdnative/gdnative/aabb.cpp [new file with mode: 0644]
modules/gdnative/gdnative/array.cpp [new file with mode: 0644]
modules/gdnative/gdnative/basis.cpp [new file with mode: 0644]
modules/gdnative/gdnative/color.cpp [new file with mode: 0644]
modules/gdnative/gdnative/dictionary.cpp [new file with mode: 0644]
modules/gdnative/gdnative/gdnative.cpp [new file with mode: 0644]
modules/gdnative/gdnative/node_path.cpp [new file with mode: 0644]
modules/gdnative/gdnative/plane.cpp [new file with mode: 0644]
modules/gdnative/gdnative/pool_arrays.cpp [new file with mode: 0644]
modules/gdnative/gdnative/quat.cpp [new file with mode: 0644]
modules/gdnative/gdnative/rect2.cpp [new file with mode: 0644]
modules/gdnative/gdnative/rid.cpp [new file with mode: 0644]
modules/gdnative/gdnative/string.cpp [new file with mode: 0644]
modules/gdnative/gdnative/string_name.cpp [new file with mode: 0644]
modules/gdnative/gdnative/transform.cpp [new file with mode: 0644]
modules/gdnative/gdnative/transform2d.cpp [new file with mode: 0644]
modules/gdnative/gdnative/variant.cpp [new file with mode: 0644]
modules/gdnative/gdnative/vector2.cpp [new file with mode: 0644]
modules/gdnative/gdnative/vector3.cpp [new file with mode: 0644]
modules/gdnative/gdnative_api.json [new file with mode: 0644]
modules/gdnative/gdnative_builders.py [new file with mode: 0644]
modules/gdnative/gdnative_library_editor_plugin.cpp [new file with mode: 0644]
modules/gdnative/gdnative_library_editor_plugin.h [new file with mode: 0644]
modules/gdnative/gdnative_library_singleton_editor.cpp [new file with mode: 0644]
modules/gdnative/gdnative_library_singleton_editor.h [new file with mode: 0644]
modules/gdnative/icons/icon_g_d_native_library.svg [new file with mode: 0644]
modules/gdnative/icons/icon_native_script.svg [new file with mode: 0644]
modules/gdnative/include/android/godot_android.h [new file with mode: 0644]
modules/gdnative/include/arvr/godot_arvr.h [new file with mode: 0644]
modules/gdnative/include/gdnative/aabb.h [new file with mode: 0644]
modules/gdnative/include/gdnative/array.h [new file with mode: 0644]
modules/gdnative/include/gdnative/basis.h [new file with mode: 0644]
modules/gdnative/include/gdnative/color.h [new file with mode: 0644]
modules/gdnative/include/gdnative/dictionary.h [new file with mode: 0644]
modules/gdnative/include/gdnative/gdnative.h [new file with mode: 0644]
modules/gdnative/include/gdnative/node_path.h [new file with mode: 0644]
modules/gdnative/include/gdnative/plane.h [new file with mode: 0644]
modules/gdnative/include/gdnative/pool_arrays.h [new file with mode: 0644]
modules/gdnative/include/gdnative/quat.h [new file with mode: 0644]
modules/gdnative/include/gdnative/rect2.h [new file with mode: 0644]
modules/gdnative/include/gdnative/rid.h [new file with mode: 0644]
modules/gdnative/include/gdnative/string.h [new file with mode: 0644]
modules/gdnative/include/gdnative/string_name.h [new file with mode: 0644]
modules/gdnative/include/gdnative/transform.h [new file with mode: 0644]
modules/gdnative/include/gdnative/transform2d.h [new file with mode: 0644]
modules/gdnative/include/gdnative/variant.h [new file with mode: 0644]
modules/gdnative/include/gdnative/vector2.h [new file with mode: 0644]
modules/gdnative/include/gdnative/vector3.h [new file with mode: 0644]
modules/gdnative/include/nativescript/godot_nativescript.h [new file with mode: 0644]
modules/gdnative/include/net/godot_net.h [new file with mode: 0644]
modules/gdnative/include/net/godot_webrtc.h [new file with mode: 0644]
modules/gdnative/include/pluginscript/godot_pluginscript.h [new file with mode: 0644]
modules/gdnative/include/videodecoder/godot_videodecoder.h [new file with mode: 0644]
modules/gdnative/nativescript/SCsub [new file with mode: 0644]
modules/gdnative/nativescript/api_generator.cpp [new file with mode: 0644]
modules/gdnative/nativescript/api_generator.h [new file with mode: 0644]
modules/gdnative/nativescript/godot_nativescript.cpp [new file with mode: 0644]
modules/gdnative/nativescript/nativescript.cpp [new file with mode: 0644]
modules/gdnative/nativescript/nativescript.h [new file with mode: 0644]
modules/gdnative/nativescript/register_types.cpp [new file with mode: 0644]
modules/gdnative/nativescript/register_types.h [new file with mode: 0644]
modules/gdnative/net/SCsub [new file with mode: 0644]
modules/gdnative/net/multiplayer_peer_gdnative.cpp [new file with mode: 0644]
modules/gdnative/net/multiplayer_peer_gdnative.h [new file with mode: 0644]
modules/gdnative/net/packet_peer_gdnative.cpp [new file with mode: 0644]
modules/gdnative/net/packet_peer_gdnative.h [new file with mode: 0644]
modules/gdnative/net/register_types.cpp [new file with mode: 0644]
modules/gdnative/net/register_types.h [new file with mode: 0644]
modules/gdnative/net/stream_peer_gdnative.cpp [new file with mode: 0644]
modules/gdnative/net/stream_peer_gdnative.h [new file with mode: 0644]
modules/gdnative/net/webrtc_gdnative.cpp [new file with mode: 0644]
modules/gdnative/pluginscript/SCsub [new file with mode: 0644]
modules/gdnative/pluginscript/pluginscript_instance.cpp [new file with mode: 0644]
modules/gdnative/pluginscript/pluginscript_instance.h [new file with mode: 0644]
modules/gdnative/pluginscript/pluginscript_language.cpp [new file with mode: 0644]
modules/gdnative/pluginscript/pluginscript_language.h [new file with mode: 0644]
modules/gdnative/pluginscript/pluginscript_loader.cpp [new file with mode: 0644]
modules/gdnative/pluginscript/pluginscript_loader.h [new file with mode: 0644]
modules/gdnative/pluginscript/pluginscript_script.cpp [new file with mode: 0644]
modules/gdnative/pluginscript/pluginscript_script.h [new file with mode: 0644]
modules/gdnative/pluginscript/register_types.cpp [new file with mode: 0644]
modules/gdnative/pluginscript/register_types.h [new file with mode: 0644]
modules/gdnative/register_types.cpp [new file with mode: 0644]
modules/gdnative/register_types.h [new file with mode: 0644]
modules/gdnative/videodecoder/SCsub [new file with mode: 0644]
modules/gdnative/videodecoder/register_types.cpp [new file with mode: 0644]
modules/gdnative/videodecoder/register_types.h [new file with mode: 0644]
modules/gdnative/videodecoder/video_stream_gdnative.cpp [new file with mode: 0644]
modules/gdnative/videodecoder/video_stream_gdnative.h [new file with mode: 0644]
modules/gdscript/SCsub [new file with mode: 0644]
modules/gdscript/config.py [new file with mode: 0644]
modules/gdscript/doc_classes/@GDScript.xml [new file with mode: 0644]
modules/gdscript/doc_classes/GDScript.xml [new file with mode: 0644]
modules/gdscript/doc_classes/GDScriptFunctionState.xml [new file with mode: 0644]
modules/gdscript/editor/gdscript_highlighter.cpp [new file with mode: 0644]
modules/gdscript/editor/gdscript_highlighter.h [new file with mode: 0644]
modules/gdscript/gdscript.cpp [new file with mode: 0644]
modules/gdscript/gdscript.h [new file with mode: 0644]
modules/gdscript/gdscript_compiler.cpp [new file with mode: 0644]
modules/gdscript/gdscript_compiler.h [new file with mode: 0644]
modules/gdscript/gdscript_editor.cpp [new file with mode: 0644]
modules/gdscript/gdscript_function.cpp [new file with mode: 0644]
modules/gdscript/gdscript_function.h [new file with mode: 0644]
modules/gdscript/gdscript_functions.cpp [new file with mode: 0644]
modules/gdscript/gdscript_functions.h [new file with mode: 0644]
modules/gdscript/gdscript_parser.cpp [new file with mode: 0644]
modules/gdscript/gdscript_parser.h [new file with mode: 0644]
modules/gdscript/gdscript_tokenizer.cpp [new file with mode: 0644]
modules/gdscript/gdscript_tokenizer.h [new file with mode: 0644]
modules/gdscript/icons/icon_g_d_script.svg [new file with mode: 0644]
modules/gdscript/language_server/gdscript_extend_parser.cpp [new file with mode: 0644]
modules/gdscript/language_server/gdscript_extend_parser.h [new file with mode: 0644]
modules/gdscript/language_server/gdscript_language_protocol.cpp [new file with mode: 0644]
modules/gdscript/language_server/gdscript_language_protocol.h [new file with mode: 0644]
modules/gdscript/language_server/gdscript_language_server.cpp [new file with mode: 0644]
modules/gdscript/language_server/gdscript_language_server.h [new file with mode: 0644]
modules/gdscript/language_server/gdscript_text_document.cpp [new file with mode: 0644]
modules/gdscript/language_server/gdscript_text_document.h [new file with mode: 0644]
modules/gdscript/language_server/gdscript_workspace.cpp [new file with mode: 0644]
modules/gdscript/language_server/gdscript_workspace.h [new file with mode: 0644]
modules/gdscript/language_server/lsp.hpp [new file with mode: 0644]
modules/gdscript/register_types.cpp [new file with mode: 0644]
modules/gdscript/register_types.h [new file with mode: 0644]
modules/gltf/README.md [new file with mode: 0644]
modules/gltf/SCsub [new file with mode: 0644]
modules/gltf/config.py [new file with mode: 0644]
modules/gltf/doc_classes/EditorSceneImporterGLTF.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFAccessor.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFAnimation.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFBufferView.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFCamera.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFCollider.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFDocument.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFDocumentExtension.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFLight.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFMesh.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFNode.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFPhysicsBody.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFSkeleton.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFSkin.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFSpecGloss.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFState.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFTexture.xml [new file with mode: 0644]
modules/gltf/doc_classes/GLTFTextureSampler.xml [new file with mode: 0644]
modules/gltf/doc_classes/PackedSceneGLTF.xml [new file with mode: 0644]
modules/gltf/editor_scene_exporter_gltf_plugin.cpp [new file with mode: 0644]
modules/gltf/editor_scene_exporter_gltf_plugin.h [new file with mode: 0644]
modules/gltf/editor_scene_importer_gltf.cpp [new file with mode: 0644]
modules/gltf/editor_scene_importer_gltf.h [new file with mode: 0644]
modules/gltf/extensions/SCsub [new file with mode: 0644]
modules/gltf/extensions/gltf_document_extension.cpp [new file with mode: 0644]
modules/gltf/extensions/gltf_document_extension.h [new file with mode: 0644]
modules/gltf/extensions/gltf_light.cpp [new file with mode: 0644]
modules/gltf/extensions/gltf_light.h [new file with mode: 0644]
modules/gltf/extensions/gltf_spec_gloss.cpp [new file with mode: 0644]
modules/gltf/extensions/gltf_spec_gloss.h [new file with mode: 0644]
modules/gltf/extensions/physics/gltf_collider.cpp [new file with mode: 0644]
modules/gltf/extensions/physics/gltf_collider.h [new file with mode: 0644]
modules/gltf/extensions/physics/gltf_document_extension_physics.cpp [new file with mode: 0644]
modules/gltf/extensions/physics/gltf_document_extension_physics.h [new file with mode: 0644]
modules/gltf/extensions/physics/gltf_physics_body.cpp [new file with mode: 0644]
modules/gltf/extensions/physics/gltf_physics_body.h [new file with mode: 0644]
modules/gltf/gltf_defines.h [new file with mode: 0644]
modules/gltf/gltf_document.cpp [new file with mode: 0644]
modules/gltf/gltf_document.h [new file with mode: 0644]
modules/gltf/gltf_state.cpp [new file with mode: 0644]
modules/gltf/gltf_state.h [new file with mode: 0644]
modules/gltf/gltf_template_convert.h [new file with mode: 0644]
modules/gltf/packed_scene_gltf.cpp [new file with mode: 0644]
modules/gltf/packed_scene_gltf.h [new file with mode: 0644]
modules/gltf/register_types.cpp [new file with mode: 0644]
modules/gltf/register_types.h [new file with mode: 0644]
modules/gltf/structures/gltf_accessor.cpp [new file with mode: 0644]
modules/gltf/structures/gltf_accessor.h [new file with mode: 0644]
modules/gltf/structures/gltf_animation.cpp [new file with mode: 0644]
modules/gltf/structures/gltf_animation.h [new file with mode: 0644]
modules/gltf/structures/gltf_buffer_view.cpp [new file with mode: 0644]
modules/gltf/structures/gltf_buffer_view.h [new file with mode: 0644]
modules/gltf/structures/gltf_camera.cpp [new file with mode: 0644]
modules/gltf/structures/gltf_camera.h [new file with mode: 0644]
modules/gltf/structures/gltf_mesh.cpp [new file with mode: 0644]
modules/gltf/structures/gltf_mesh.h [new file with mode: 0644]
modules/gltf/structures/gltf_node.cpp [new file with mode: 0644]
modules/gltf/structures/gltf_node.h [new file with mode: 0644]
modules/gltf/structures/gltf_skeleton.cpp [new file with mode: 0644]
modules/gltf/structures/gltf_skeleton.h [new file with mode: 0644]
modules/gltf/structures/gltf_skin.cpp [new file with mode: 0644]
modules/gltf/structures/gltf_skin.h [new file with mode: 0644]
modules/gltf/structures/gltf_texture.cpp [new file with mode: 0644]
modules/gltf/structures/gltf_texture.h [new file with mode: 0644]
modules/gltf/structures/gltf_texture_sampler.cpp [new file with mode: 0644]
modules/gltf/structures/gltf_texture_sampler.h [new file with mode: 0644]
modules/gridmap/SCsub [new file with mode: 0644]
modules/gridmap/config.py [new file with mode: 0644]
modules/gridmap/doc_classes/GridMap.xml [new file with mode: 0644]
modules/gridmap/grid_map.cpp [new file with mode: 0644]
modules/gridmap/grid_map.h [new file with mode: 0644]
modules/gridmap/grid_map_editor_plugin.cpp [new file with mode: 0644]
modules/gridmap/grid_map_editor_plugin.h [new file with mode: 0644]
modules/gridmap/icons/icon_grid_map.svg [new file with mode: 0644]
modules/gridmap/register_types.cpp [new file with mode: 0644]
modules/gridmap/register_types.h [new file with mode: 0644]
modules/hdr/SCsub [new file with mode: 0644]
modules/hdr/config.py [new file with mode: 0644]
modules/hdr/image_loader_hdr.cpp [new file with mode: 0644]
modules/hdr/image_loader_hdr.h [new file with mode: 0644]
modules/hdr/register_types.cpp [new file with mode: 0644]
modules/hdr/register_types.h [new file with mode: 0644]
modules/jpg/SCsub [new file with mode: 0644]
modules/jpg/config.py [new file with mode: 0644]
modules/jpg/image_loader_jpegd.cpp [new file with mode: 0644]
modules/jpg/image_loader_jpegd.h [new file with mode: 0644]
modules/jpg/register_types.cpp [new file with mode: 0644]
modules/jpg/register_types.h [new file with mode: 0644]
modules/jsonrpc/SCsub [new file with mode: 0644]
modules/jsonrpc/config.py [new file with mode: 0644]
modules/jsonrpc/jsonrpc.cpp [new file with mode: 0644]
modules/jsonrpc/jsonrpc.h [new file with mode: 0644]
modules/jsonrpc/register_types.cpp [new file with mode: 0644]
modules/jsonrpc/register_types.h [new file with mode: 0644]
modules/lightmapper_cpu/SCsub [new file with mode: 0644]
modules/lightmapper_cpu/config.py [new file with mode: 0644]
modules/lightmapper_cpu/lightmapper_cpu.cpp [new file with mode: 0644]
modules/lightmapper_cpu/lightmapper_cpu.h [new file with mode: 0644]
modules/lightmapper_cpu/register_types.cpp [new file with mode: 0644]
modules/lightmapper_cpu/register_types.h [new file with mode: 0644]
modules/mbedtls/SCsub [new file with mode: 0644]
modules/mbedtls/config.py [new file with mode: 0644]
modules/mbedtls/crypto_mbedtls.cpp [new file with mode: 0644]
modules/mbedtls/crypto_mbedtls.h [new file with mode: 0644]
modules/mbedtls/dtls_server_mbedtls.cpp [new file with mode: 0644]
modules/mbedtls/dtls_server_mbedtls.h [new file with mode: 0644]
modules/mbedtls/packet_peer_mbed_dtls.cpp [new file with mode: 0644]
modules/mbedtls/packet_peer_mbed_dtls.h [new file with mode: 0644]
modules/mbedtls/register_types.cpp [new file with mode: 0644]
modules/mbedtls/register_types.h [new file with mode: 0644]
modules/mbedtls/ssl_context_mbedtls.cpp [new file with mode: 0644]
modules/mbedtls/ssl_context_mbedtls.h [new file with mode: 0644]
modules/mbedtls/stream_peer_mbedtls.cpp [new file with mode: 0644]
modules/mbedtls/stream_peer_mbedtls.h [new file with mode: 0644]
modules/minimp3/SCsub [new file with mode: 0644]
modules/minimp3/audio_stream_mp3.cpp [new file with mode: 0644]
modules/minimp3/audio_stream_mp3.h [new file with mode: 0644]
modules/minimp3/config.py [new file with mode: 0644]
modules/minimp3/doc_classes/AudioStreamMP3.xml [new file with mode: 0644]
modules/minimp3/register_types.cpp [new file with mode: 0644]
modules/minimp3/register_types.h [new file with mode: 0644]
modules/minimp3/resource_importer_mp3.cpp [new file with mode: 0644]
modules/minimp3/resource_importer_mp3.h [new file with mode: 0644]
modules/mobile_vr/SCsub [new file with mode: 0644]
modules/mobile_vr/config.py [new file with mode: 0644]
modules/mobile_vr/doc_classes/MobileVRInterface.xml [new file with mode: 0644]
modules/mobile_vr/mobile_vr_interface.cpp [new file with mode: 0644]
modules/mobile_vr/mobile_vr_interface.h [new file with mode: 0644]
modules/mobile_vr/register_types.cpp [new file with mode: 0644]
modules/mobile_vr/register_types.h [new file with mode: 0644]
modules/modules_builders.py [new file with mode: 0644]
modules/mono/.editorconfig [new file with mode: 0644]
modules/mono/.gitignore [new file with mode: 0644]
modules/mono/SCsub [new file with mode: 0644]
modules/mono/__init__.py [new file with mode: 0644]
modules/mono/build_scripts/__init__.py [new file with mode: 0644]
modules/mono/build_scripts/api_solution_build.py [new file with mode: 0644]
modules/mono/build_scripts/gen_cs_glue_version.py [new file with mode: 0644]
modules/mono/build_scripts/godot_tools_build.py [new file with mode: 0644]
modules/mono/build_scripts/make_android_mono_config.py [new file with mode: 0644]
modules/mono/build_scripts/mono_android_config.xml [new file with mode: 0644]
modules/mono/build_scripts/mono_configure.py [new file with mode: 0644]
modules/mono/build_scripts/mono_reg_utils.py [new file with mode: 0644]
modules/mono/build_scripts/solution_builder.py [new file with mode: 0644]
modules/mono/build_scripts/tls_configure.py [new file with mode: 0644]
modules/mono/class_db_api_json.cpp [new file with mode: 0644]
modules/mono/class_db_api_json.h [new file with mode: 0644]
modules/mono/config.py [new file with mode: 0644]
modules/mono/csharp_script.cpp [new file with mode: 0644]
modules/mono/csharp_script.h [new file with mode: 0644]
modules/mono/doc_classes/CSharpScript.xml [new file with mode: 0644]
modules/mono/doc_classes/GodotSharp.xml [new file with mode: 0644]
modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk.sln [new file with mode: 0644]
modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj [new file with mode: 0644]
modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.nuspec [new file with mode: 0644]
modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/Sdk.props [new file with mode: 0644]
modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/Sdk.targets [new file with mode: 0644]
modules/mono/editor/GodotTools/.gitignore [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotBuildLogger.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.BuildLogger/GodotTools.BuildLogger.csproj [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.Core/FileUtils.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.Core/GodotTools.Core.csproj [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.Core/ProcessExtensions.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.Core/StringExtensions.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/ForwarderMessageHandler.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/GodotTools.IdeMessaging.CLI.csproj [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Client.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/ClientHandshake.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/ClientMessageHandler.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/GodotIdeMetadata.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/GodotTools.IdeMessaging.csproj [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/IHandshake.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/ILogger.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/IMessageHandler.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Message.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/MessageDecoder.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Peer.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Requests/Requests.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/ResponseAwaiter.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Utils/NotifyAwaiter.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.IdeMessaging/Utils/SemaphoreExtensions.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/GodotTools.OpenVisualStudio.csproj [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.OpenVisualStudio/Program.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ApiAssembliesInfo.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.ProjectEditor/DotNetSolution.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.ProjectEditor/GodotTools.ProjectEditor.csproj [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.ProjectEditor/IdentifierUtils.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.ProjectEditor/MSBuild.exe [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ProjectExtensions.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ProjectGenerator.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.ProjectEditor/ProjectUtils.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools.sln [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Build/BuildInfo.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Build/BuildManager.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Build/BuildOutputView.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Build/BuildResult.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Build/BuildSystem.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Build/BuildTool.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Build/MSBuildPanel.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Build/MsBuildFinder.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/CsProjOperations.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Export/AotBuilder.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Export/AotCache.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Export/ExportPlugin.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Export/XcodeHelper.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/ExternalEditorId.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/GodotSharpEditor.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/GodotTools.csproj [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/HotReloadAssemblyWatcher.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Ides/GodotIdeManager.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Ides/MessagingServer.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Ides/MonoDevelop/EditorId.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Ides/MonoDevelop/Instance.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Ides/Rider/RiderPathLocator.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Ides/Rider/RiderPathManager.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Internals/EditorProgress.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Internals/Globals.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Internals/GodotSharpDirs.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Internals/Internal.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Internals/ScriptClassParser.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/PlaySettings.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Utils/CollectionExtensions.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Utils/Directory.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Utils/File.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Utils/FsPathUtils.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Utils/OS.cs [new file with mode: 0644]
modules/mono/editor/GodotTools/GodotTools/Utils/User32Dll.cs [new file with mode: 0644]
modules/mono/editor/bindings_generator.cpp [new file with mode: 0644]
modules/mono/editor/bindings_generator.h [new file with mode: 0644]
modules/mono/editor/code_completion.cpp [new file with mode: 0644]
modules/mono/editor/code_completion.h [new file with mode: 0644]
modules/mono/editor/csharp_project.cpp [new file with mode: 0644]
modules/mono/editor/csharp_project.h [new file with mode: 0644]
modules/mono/editor/editor_internal_calls.cpp [new file with mode: 0644]
modules/mono/editor/editor_internal_calls.h [new file with mode: 0644]
modules/mono/editor/godotsharp_export.cpp [new file with mode: 0644]
modules/mono/editor/godotsharp_export.h [new file with mode: 0644]
modules/mono/editor/script_class_parser.cpp [new file with mode: 0644]
modules/mono/editor/script_class_parser.h [new file with mode: 0644]
modules/mono/glue/GodotSharp/.gitignore [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp.sln [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/AABB.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Array.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/ExportAttribute.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/GodotMethodAttribute.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/RPCAttributes.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/SignalAttribute.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/ToolAttribute.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Basis.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Color.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Colors.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/DebuggingUtils.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Dictionary.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Dispatcher.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/DynamicObject.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Extensions/NodeExtensions.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Extensions/ObjectExtensions.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Extensions/PackedSceneExtensions.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Extensions/ResourceLoaderExtensions.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/GD.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/GodotSynchronizationContext.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/GodotTaskScheduler.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/GodotTraceListener.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/GodotUnhandledExceptionEvent.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Interfaces/IAwaitable.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Interfaces/IAwaiter.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Interfaces/ISerializationListener.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/MarshalUtils.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Mathf.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/MathfEx.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/NodePath.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Object.base.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Plane.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Quat.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/RID.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Rect2.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/SignalAwaiter.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/StringExtensions.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Transform.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Transform2D.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/UnhandledExceptionArgs.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Vector2.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Core/Vector3.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharp/Properties/AssemblyInfo.cs [new file with mode: 0644]
modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj [new file with mode: 0644]
modules/mono/glue/arguments_vector.h [new file with mode: 0644]
modules/mono/glue/base_object_glue.cpp [new file with mode: 0644]
modules/mono/glue/base_object_glue.h [new file with mode: 0644]
modules/mono/glue/collections_glue.cpp [new file with mode: 0644]
modules/mono/glue/collections_glue.h [new file with mode: 0644]
modules/mono/glue/gd_glue.cpp [new file with mode: 0644]
modules/mono/glue/gd_glue.h [new file with mode: 0644]
modules/mono/glue/glue_header.h [new file with mode: 0644]
modules/mono/glue/nodepath_glue.cpp [new file with mode: 0644]
modules/mono/glue/nodepath_glue.h [new file with mode: 0644]
modules/mono/glue/rid_glue.cpp [new file with mode: 0644]
modules/mono/glue/rid_glue.h [new file with mode: 0644]
modules/mono/glue/string_glue.cpp [new file with mode: 0644]
modules/mono/glue/string_glue.h [new file with mode: 0644]
modules/mono/godotsharp_defs.h [new file with mode: 0644]
modules/mono/godotsharp_dirs.cpp [new file with mode: 0644]
modules/mono/godotsharp_dirs.h [new file with mode: 0644]
modules/mono/icons/icon_c_sharp_script.svg [new file with mode: 0644]
modules/mono/mono_gc_handle.cpp [new file with mode: 0644]
modules/mono/mono_gc_handle.h [new file with mode: 0644]
modules/mono/mono_gd/android_mono_config.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_assembly.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_assembly.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_cache.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_cache.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_class.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_class.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_field.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_field.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_header.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_internals.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_internals.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_log.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_log.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_marshal.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_marshal.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_method.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_method.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_method_thunk.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_property.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_property.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_utils.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_utils.h [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_wasm_m2n.cpp [new file with mode: 0644]
modules/mono/mono_gd/gd_mono_wasm_m2n.h [new file with mode: 0644]
modules/mono/mono_gd/i_mono_class_member.h [new file with mode: 0644]
modules/mono/mono_gd/managed_type.cpp [new file with mode: 0644]
modules/mono/mono_gd/managed_type.h [new file with mode: 0644]
modules/mono/mono_gd/support/android_support.cpp [new file with mode: 0644]
modules/mono/mono_gd/support/android_support.h [new file with mode: 0644]
modules/mono/mono_gd/support/ios_support.h [new file with mode: 0644]
modules/mono/mono_gd/support/ios_support.mm [new file with mode: 0644]
modules/mono/register_types.cpp [new file with mode: 0644]
modules/mono/register_types.h [new file with mode: 0644]
modules/mono/signal_awaiter_utils.cpp [new file with mode: 0644]
modules/mono/signal_awaiter_utils.h [new file with mode: 0644]
modules/mono/utils/macros.h [new file with mode: 0644]
modules/mono/utils/mono_reg_utils.cpp [new file with mode: 0644]
modules/mono/utils/mono_reg_utils.h [new file with mode: 0644]
modules/mono/utils/osx_utils.cpp [new file with mode: 0644]
modules/mono/utils/osx_utils.h [new file with mode: 0644]
modules/mono/utils/path_utils.cpp [new file with mode: 0644]
modules/mono/utils/path_utils.h [new file with mode: 0644]
modules/mono/utils/string_utils.cpp [new file with mode: 0644]
modules/mono/utils/string_utils.h [new file with mode: 0644]
modules/mono/utils/thread_local.cpp [new file with mode: 0644]
modules/mono/utils/thread_local.h [new file with mode: 0644]
modules/navigation/SCsub [new file with mode: 0644]
modules/navigation/config.py [new file with mode: 0644]
modules/navigation/godot_navigation_server.cpp [new file with mode: 0644]
modules/navigation/godot_navigation_server.h [new file with mode: 0644]
modules/navigation/nav_map.cpp [new file with mode: 0644]
modules/navigation/nav_map.h [new file with mode: 0644]
modules/navigation/nav_region.cpp [new file with mode: 0644]
modules/navigation/nav_region.h [new file with mode: 0644]
modules/navigation/nav_rid.h [new file with mode: 0644]
modules/navigation/nav_utils.h [new file with mode: 0644]
modules/navigation/navigation_mesh_editor_plugin.cpp [new file with mode: 0644]
modules/navigation/navigation_mesh_editor_plugin.h [new file with mode: 0644]
modules/navigation/navigation_mesh_generator.cpp [new file with mode: 0644]
modules/navigation/navigation_mesh_generator.h [new file with mode: 0644]
modules/navigation/register_types.cpp [new file with mode: 0644]
modules/navigation/register_types.h [new file with mode: 0644]
modules/navigation/rvo_agent.cpp [new file with mode: 0644]
modules/navigation/rvo_agent.h [new file with mode: 0644]
modules/ogg/SCsub [new file with mode: 0644]
modules/ogg/config.py [new file with mode: 0644]
modules/ogg/register_types.cpp [new file with mode: 0644]
modules/ogg/register_types.h [new file with mode: 0644]
modules/opensimplex/SCsub [new file with mode: 0644]
modules/opensimplex/config.py [new file with mode: 0644]
modules/opensimplex/doc_classes/NoiseTexture.xml [new file with mode: 0644]
modules/opensimplex/doc_classes/OpenSimplexNoise.xml [new file with mode: 0644]
modules/opensimplex/icons/icon_noise_texture.svg [new file with mode: 0644]
modules/opensimplex/noise_texture.cpp [new file with mode: 0644]
modules/opensimplex/noise_texture.h [new file with mode: 0644]
modules/opensimplex/open_simplex_noise.cpp [new file with mode: 0644]
modules/opensimplex/open_simplex_noise.h [new file with mode: 0644]
modules/opensimplex/register_types.cpp [new file with mode: 0644]
modules/opensimplex/register_types.h [new file with mode: 0644]
modules/opus/SCsub [new file with mode: 0644]
modules/opus/config.py [new file with mode: 0644]
modules/opus/register_types.cpp [new file with mode: 0644]
modules/opus/register_types.h [new file with mode: 0644]
modules/pvr/SCsub [new file with mode: 0644]
modules/pvr/config.py [new file with mode: 0644]
modules/pvr/image_compress_pvrtc.cpp [new file with mode: 0644]
modules/pvr/image_compress_pvrtc.h [new file with mode: 0644]
modules/pvr/register_types.cpp [new file with mode: 0644]
modules/pvr/register_types.h [new file with mode: 0644]
modules/pvr/texture_loader_pvr.cpp [new file with mode: 0644]
modules/pvr/texture_loader_pvr.h [new file with mode: 0644]
modules/raycast/SCsub [new file with mode: 0644]
modules/raycast/config.py [new file with mode: 0644]
modules/raycast/godot_update_embree.py [new file with mode: 0644]
modules/raycast/lightmap_raycaster.cpp [new file with mode: 0644]
modules/raycast/lightmap_raycaster.h [new file with mode: 0644]
modules/raycast/register_types.cpp [new file with mode: 0644]
modules/raycast/register_types.h [new file with mode: 0644]
modules/regex/SCsub [new file with mode: 0644]
modules/regex/config.py [new file with mode: 0644]
modules/regex/doc_classes/RegEx.xml [new file with mode: 0644]
modules/regex/doc_classes/RegExMatch.xml [new file with mode: 0644]
modules/regex/regex.cpp [new file with mode: 0644]
modules/regex/regex.h [new file with mode: 0644]
modules/regex/register_types.cpp [new file with mode: 0644]
modules/regex/register_types.h [new file with mode: 0644]
modules/register_module_types.h [new file with mode: 0644]
modules/squish/SCsub [new file with mode: 0644]
modules/squish/config.py [new file with mode: 0644]
modules/squish/image_compress_squish.cpp [new file with mode: 0644]
modules/squish/image_compress_squish.h [new file with mode: 0644]
modules/squish/register_types.cpp [new file with mode: 0644]
modules/squish/register_types.h [new file with mode: 0644]
modules/stb_vorbis/SCsub [new file with mode: 0644]
modules/stb_vorbis/audio_stream_ogg_vorbis.cpp [new file with mode: 0644]
modules/stb_vorbis/audio_stream_ogg_vorbis.h [new file with mode: 0644]
modules/stb_vorbis/config.py [new file with mode: 0644]
modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml [new file with mode: 0644]
modules/stb_vorbis/register_types.cpp [new file with mode: 0644]
modules/stb_vorbis/register_types.h [new file with mode: 0644]
modules/stb_vorbis/resource_importer_ogg_vorbis.cpp [new file with mode: 0644]
modules/stb_vorbis/resource_importer_ogg_vorbis.h [new file with mode: 0644]
modules/svg/SCsub [new file with mode: 0644]
modules/svg/config.py [new file with mode: 0644]
modules/svg/image_loader_svg.cpp [new file with mode: 0644]
modules/svg/image_loader_svg.h [new file with mode: 0644]
modules/svg/register_types.cpp [new file with mode: 0644]
modules/svg/register_types.h [new file with mode: 0644]
modules/tga/SCsub [new file with mode: 0644]
modules/tga/config.py [new file with mode: 0644]
modules/tga/image_loader_tga.cpp [new file with mode: 0644]
modules/tga/image_loader_tga.h [new file with mode: 0644]
modules/tga/register_types.cpp [new file with mode: 0644]
modules/tga/register_types.h [new file with mode: 0644]
modules/theora/SCsub [new file with mode: 0644]
modules/theora/config.py [new file with mode: 0644]
modules/theora/doc_classes/VideoStreamTheora.xml [new file with mode: 0644]
modules/theora/register_types.cpp [new file with mode: 0644]
modules/theora/register_types.h [new file with mode: 0644]
modules/theora/video_stream_theora.cpp [new file with mode: 0644]
modules/theora/video_stream_theora.h [new file with mode: 0644]
modules/tinyexr/SCsub [new file with mode: 0644]
modules/tinyexr/config.py [new file with mode: 0644]
modules/tinyexr/image_loader_tinyexr.cpp [new file with mode: 0644]
modules/tinyexr/image_loader_tinyexr.h [new file with mode: 0644]
modules/tinyexr/image_saver_tinyexr.cpp [new file with mode: 0644]
modules/tinyexr/image_saver_tinyexr.h [new file with mode: 0644]
modules/tinyexr/register_types.cpp [new file with mode: 0644]
modules/tinyexr/register_types.h [new file with mode: 0644]
modules/upnp/SCsub [new file with mode: 0644]
modules/upnp/config.py [new file with mode: 0644]
modules/upnp/doc_classes/UPNP.xml [new file with mode: 0644]
modules/upnp/doc_classes/UPNPDevice.xml [new file with mode: 0644]
modules/upnp/register_types.cpp [new file with mode: 0644]
modules/upnp/register_types.h [new file with mode: 0644]
modules/upnp/upnp.cpp [new file with mode: 0644]
modules/upnp/upnp.h [new file with mode: 0644]
modules/upnp/upnp_device.cpp [new file with mode: 0644]
modules/upnp/upnp_device.h [new file with mode: 0644]
modules/vhacd/SCsub [new file with mode: 0644]
modules/vhacd/config.py [new file with mode: 0644]
modules/vhacd/register_types.cpp [new file with mode: 0644]
modules/vhacd/register_types.h [new file with mode: 0644]
modules/visual_script/SCsub [new file with mode: 0644]
modules/visual_script/config.py [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScript.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptBasicTypeConstant.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptBuiltinFunc.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptClassConstant.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptComment.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptComposeArray.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptCondition.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptConstant.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptConstructor.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptCustomNode.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptDeconstruct.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptEditor.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptEmitSignal.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptEngineSingleton.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptExpression.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptFunction.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptFunctionCall.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptFunctionState.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptGlobalConstant.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptIndexGet.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptIndexSet.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptInputAction.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptIterator.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptLists.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptLocalVar.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptLocalVarSet.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptMathConstant.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptNode.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptOperator.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptPreload.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptPropertyGet.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptPropertySet.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptResourcePath.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptReturn.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptSceneNode.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptSceneTree.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptSelect.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptSelf.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptSequence.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptSubCall.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptSwitch.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptTypeCast.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptVariableGet.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptVariableSet.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptWhile.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptYield.xml [new file with mode: 0644]
modules/visual_script/doc_classes/VisualScriptYieldSignal.xml [new file with mode: 0644]
modules/visual_script/icons/icon_visual_script.svg [new file with mode: 0644]
modules/visual_script/register_types.cpp [new file with mode: 0644]
modules/visual_script/register_types.h [new file with mode: 0644]
modules/visual_script/visual_script.cpp [new file with mode: 0644]
modules/visual_script/visual_script.h [new file with mode: 0644]
modules/visual_script/visual_script_builtin_funcs.cpp [new file with mode: 0644]
modules/visual_script/visual_script_builtin_funcs.h [new file with mode: 0644]
modules/visual_script/visual_script_editor.cpp [new file with mode: 0644]
modules/visual_script/visual_script_editor.h [new file with mode: 0644]
modules/visual_script/visual_script_expression.cpp [new file with mode: 0644]
modules/visual_script/visual_script_expression.h [new file with mode: 0644]
modules/visual_script/visual_script_flow_control.cpp [new file with mode: 0644]
modules/visual_script/visual_script_flow_control.h [new file with mode: 0644]
modules/visual_script/visual_script_func_nodes.cpp [new file with mode: 0644]
modules/visual_script/visual_script_func_nodes.h [new file with mode: 0644]
modules/visual_script/visual_script_nodes.cpp [new file with mode: 0644]
modules/visual_script/visual_script_nodes.h [new file with mode: 0644]
modules/visual_script/visual_script_property_selector.cpp [new file with mode: 0644]
modules/visual_script/visual_script_property_selector.h [new file with mode: 0644]
modules/visual_script/visual_script_yield_nodes.cpp [new file with mode: 0644]
modules/visual_script/visual_script_yield_nodes.h [new file with mode: 0644]
modules/vorbis/SCsub [new file with mode: 0644]
modules/vorbis/config.py [new file with mode: 0644]
modules/vorbis/register_types.cpp [new file with mode: 0644]
modules/vorbis/register_types.h [new file with mode: 0644]
modules/webm/SCsub [new file with mode: 0644]
modules/webm/config.py [new file with mode: 0644]
modules/webm/doc_classes/VideoStreamWebm.xml [new file with mode: 0644]
modules/webm/libvpx/SCsub [new file with mode: 0644]
modules/webm/register_types.cpp [new file with mode: 0644]
modules/webm/register_types.h [new file with mode: 0644]
modules/webm/video_stream_webm.cpp [new file with mode: 0644]
modules/webm/video_stream_webm.h [new file with mode: 0644]
modules/webp/SCsub [new file with mode: 0644]
modules/webp/config.py [new file with mode: 0644]
modules/webp/image_loader_webp.cpp [new file with mode: 0644]
modules/webp/image_loader_webp.h [new file with mode: 0644]
modules/webp/register_types.cpp [new file with mode: 0644]
modules/webp/register_types.h [new file with mode: 0644]
modules/webrtc/SCsub [new file with mode: 0644]
modules/webrtc/config.py [new file with mode: 0644]
modules/webrtc/doc_classes/WebRTCDataChannel.xml [new file with mode: 0644]
modules/webrtc/doc_classes/WebRTCMultiplayer.xml [new file with mode: 0644]
modules/webrtc/doc_classes/WebRTCPeerConnection.xml [new file with mode: 0644]
modules/webrtc/library_godot_webrtc.js [new file with mode: 0644]
modules/webrtc/register_types.cpp [new file with mode: 0644]
modules/webrtc/register_types.h [new file with mode: 0644]
modules/webrtc/webrtc_data_channel.cpp [new file with mode: 0644]
modules/webrtc/webrtc_data_channel.h [new file with mode: 0644]
modules/webrtc/webrtc_data_channel_gdnative.cpp [new file with mode: 0644]
modules/webrtc/webrtc_data_channel_gdnative.h [new file with mode: 0644]
modules/webrtc/webrtc_data_channel_js.cpp [new file with mode: 0644]
modules/webrtc/webrtc_data_channel_js.h [new file with mode: 0644]
modules/webrtc/webrtc_multiplayer.cpp [new file with mode: 0644]
modules/webrtc/webrtc_multiplayer.h [new file with mode: 0644]
modules/webrtc/webrtc_peer_connection.cpp [new file with mode: 0644]
modules/webrtc/webrtc_peer_connection.h [new file with mode: 0644]
modules/webrtc/webrtc_peer_connection_gdnative.cpp [new file with mode: 0644]
modules/webrtc/webrtc_peer_connection_gdnative.h [new file with mode: 0644]
modules/webrtc/webrtc_peer_connection_js.cpp [new file with mode: 0644]
modules/webrtc/webrtc_peer_connection_js.h [new file with mode: 0644]
modules/websocket/SCsub [new file with mode: 0644]
modules/websocket/config.py [new file with mode: 0644]
modules/websocket/doc_classes/WebSocketClient.xml [new file with mode: 0644]
modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml [new file with mode: 0644]
modules/websocket/doc_classes/WebSocketPeer.xml [new file with mode: 0644]
modules/websocket/doc_classes/WebSocketServer.xml [new file with mode: 0644]
modules/websocket/emws_client.cpp [new file with mode: 0644]
modules/websocket/emws_client.h [new file with mode: 0644]
modules/websocket/emws_peer.cpp [new file with mode: 0644]
modules/websocket/emws_peer.h [new file with mode: 0644]
modules/websocket/library_godot_websocket.js [new file with mode: 0644]
modules/websocket/packet_buffer.h [new file with mode: 0644]
modules/websocket/register_types.cpp [new file with mode: 0644]
modules/websocket/register_types.h [new file with mode: 0644]
modules/websocket/websocket_client.cpp [new file with mode: 0644]
modules/websocket/websocket_client.h [new file with mode: 0644]
modules/websocket/websocket_macros.h [new file with mode: 0644]
modules/websocket/websocket_multiplayer_peer.cpp [new file with mode: 0644]
modules/websocket/websocket_multiplayer_peer.h [new file with mode: 0644]
modules/websocket/websocket_peer.cpp [new file with mode: 0644]
modules/websocket/websocket_peer.h [new file with mode: 0644]
modules/websocket/websocket_server.cpp [new file with mode: 0644]
modules/websocket/websocket_server.h [new file with mode: 0644]
modules/websocket/wsl_client.cpp [new file with mode: 0644]
modules/websocket/wsl_client.h [new file with mode: 0644]
modules/websocket/wsl_peer.cpp [new file with mode: 0644]
modules/websocket/wsl_peer.h [new file with mode: 0644]
modules/websocket/wsl_server.cpp [new file with mode: 0644]
modules/websocket/wsl_server.h [new file with mode: 0644]
modules/webxr/SCsub [new file with mode: 0644]
modules/webxr/config.py [new file with mode: 0644]
modules/webxr/doc_classes/WebXRInterface.xml [new file with mode: 0644]
modules/webxr/godot_webxr.h [new file with mode: 0644]
modules/webxr/native/library_godot_webxr.js [new file with mode: 0644]
modules/webxr/native/webxr.externs.js [new file with mode: 0644]
modules/webxr/register_types.cpp [new file with mode: 0644]
modules/webxr/register_types.h [new file with mode: 0644]
modules/webxr/webxr_interface.cpp [new file with mode: 0644]
modules/webxr/webxr_interface.h [new file with mode: 0644]
modules/webxr/webxr_interface_js.cpp [new file with mode: 0644]
modules/webxr/webxr_interface_js.h [new file with mode: 0644]
modules/xatlas_unwrap/SCsub [new file with mode: 0644]
modules/xatlas_unwrap/config.py [new file with mode: 0644]
modules/xatlas_unwrap/register_types.cpp [new file with mode: 0644]
modules/xatlas_unwrap/register_types.h [new file with mode: 0644]
platform/SCsub [new file with mode: 0644]
platform/android/README.md [new file with mode: 0644]
platform/android/SCsub [new file with mode: 0644]
platform/android/android_input_handler.cpp [new file with mode: 0644]
platform/android/android_input_handler.h [new file with mode: 0644]
platform/android/android_keys_utils.cpp [new file with mode: 0644]
platform/android/android_keys_utils.h [new file with mode: 0644]
platform/android/api/api.cpp [new file with mode: 0644]
platform/android/api/api.h [new file with mode: 0644]
platform/android/api/java_class_wrapper.h [new file with mode: 0644]
platform/android/api/jni_singleton.h [new file with mode: 0644]
platform/android/audio_driver_opensl.cpp [new file with mode: 0644]
platform/android/audio_driver_opensl.h [new file with mode: 0644]
platform/android/detect.py [new file with mode: 0644]
platform/android/dir_access_jandroid.cpp [new file with mode: 0644]
platform/android/dir_access_jandroid.h [new file with mode: 0644]
platform/android/export/export.cpp [new file with mode: 0644]
platform/android/export/export.h [new file with mode: 0644]
platform/android/export/export_plugin.cpp [new file with mode: 0644]
platform/android/export/export_plugin.h [new file with mode: 0644]
platform/android/export/godot_plugin_config.cpp [new file with mode: 0644]
platform/android/export/godot_plugin_config.h [new file with mode: 0644]
platform/android/export/gradle_export_util.cpp [new file with mode: 0644]
platform/android/export/gradle_export_util.h [new file with mode: 0644]
platform/android/file_access_android.cpp [new file with mode: 0644]
platform/android/file_access_android.h [new file with mode: 0644]
platform/android/file_access_filesystem_jandroid.cpp [new file with mode: 0644]
platform/android/file_access_filesystem_jandroid.h [new file with mode: 0644]
platform/android/java/app/AndroidManifest.xml [new file with mode: 0644]
platform/android/java/app/assetPacks/installTime/build.gradle [new file with mode: 0644]
platform/android/java/app/assets/.gitignore [new file with mode: 0644]
platform/android/java/app/build.gradle [new file with mode: 0644]
platform/android/java/app/config.gradle [new file with mode: 0644]
platform/android/java/app/gradle.properties [new file with mode: 0644]
platform/android/java/app/res/drawable-nodpi/splash.png [new file with mode: 0644]
platform/android/java/app/res/drawable-nodpi/splash_bg_color.png [new file with mode: 0644]
platform/android/java/app/res/drawable/splash_drawable.xml [new file with mode: 0644]
platform/android/java/app/res/values-ar/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-bg/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-ca/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-cs/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-da/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-de/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-el/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-en/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-es-rES/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-es/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-fa/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-fi/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-fr/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-hi/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-hr/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-hu/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-in/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-it/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-iw/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-ja/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-ko/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-lt/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-lv/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-nb/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-nl/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-pl/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-pt/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-ro/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-ru/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-sk/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-sl/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-sr/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-sv/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-th/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-tl/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-tr/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-uk/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-vi/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-zh-rHK/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-zh-rTW/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values-zh/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values/godot_project_name_string.xml [new file with mode: 0644]
platform/android/java/app/res/values/themes.xml [new file with mode: 0644]
platform/android/java/app/settings.gradle [new file with mode: 0644]
platform/android/java/app/src/com/godot/game/GodotApp.java [new file with mode: 0644]
platform/android/java/build.gradle [new file with mode: 0644]
platform/android/java/editor/build.gradle [new file with mode: 0644]
platform/android/java/editor/src/.gitignore [new file with mode: 0644]
platform/android/java/editor/src/debug/res/values/strings.xml [new file with mode: 0644]
platform/android/java/editor/src/dev/res/values/strings.xml [new file with mode: 0644]
platform/android/java/editor/src/main/AndroidManifest.xml [new file with mode: 0644]
platform/android/java/editor/src/main/java/org/godotengine/editor/GodotEditor.kt [new file with mode: 0644]
platform/android/java/editor/src/main/java/org/godotengine/editor/GodotGame.kt [new file with mode: 0644]
platform/android/java/editor/src/main/java/org/godotengine/editor/GodotProjectManager.kt [new file with mode: 0644]
platform/android/java/editor/src/main/res/values/dimens.xml [new file with mode: 0644]
platform/android/java/editor/src/main/res/values/strings.xml [new file with mode: 0644]
platform/android/java/editor/src/main/res/values/themes.xml [new file with mode: 0644]
platform/android/java/gradle.properties [new file with mode: 0644]
platform/android/java/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
platform/android/java/gradlew [new file with mode: 0755]
platform/android/java/gradlew.bat [new file with mode: 0644]
platform/android/java/lib/AndroidManifest.xml [new file with mode: 0644]
platform/android/java/lib/THIRDPARTY.md [new file with mode: 0644]
platform/android/java/lib/aidl/com/android/vending/licensing/ILicenseResultListener.aidl [new file with mode: 0644]
platform/android/java/lib/aidl/com/android/vending/licensing/ILicensingService.aidl [new file with mode: 0644]
platform/android/java/lib/build.gradle [new file with mode: 0644]
platform/android/java/lib/patches/com.google.android.vending.expansion.downloader.patch [new file with mode: 0644]
platform/android/java/lib/patches/com.google.android.vending.licensing.patch [new file with mode: 0644]
platform/android/java/lib/res/layout/downloading_expansion.xml [new file with mode: 0644]
platform/android/java/lib/res/layout/godot_app_layout.xml [new file with mode: 0644]
platform/android/java/lib/res/layout/status_bar_ongoing_event_progress_bar.xml [new file with mode: 0644]
platform/android/java/lib/res/mipmap-anydpi-v26/icon.xml [new file with mode: 0644]
platform/android/java/lib/res/mipmap-hdpi/icon.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-hdpi/icon_background.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-hdpi/icon_foreground.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-mdpi/icon.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-mdpi/icon_background.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-mdpi/icon_foreground.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-xhdpi/icon.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-xhdpi/icon_background.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-xhdpi/icon_foreground.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-xxhdpi/icon.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-xxhdpi/icon_background.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-xxhdpi/icon_foreground.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-xxxhdpi/icon.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-xxxhdpi/icon_background.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap-xxxhdpi/icon_foreground.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap/icon.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap/icon_background.png [new file with mode: 0644]
platform/android/java/lib/res/mipmap/icon_foreground.png [new file with mode: 0644]
platform/android/java/lib/res/values-fa/strings.xml [new file with mode: 0644]
platform/android/java/lib/res/values-ko/strings.xml [new file with mode: 0644]
platform/android/java/lib/res/values/dimens.xml [new file with mode: 0644]
platform/android/java/lib/res/values/strings.xml [new file with mode: 0644]
platform/android/java/lib/res/values/styles.xml [new file with mode: 0644]
platform/android/java/lib/res/xml/godot_provider_paths.xml [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Constants.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/DownloadProgressInfo.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/DownloaderClientMarshaller.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/DownloaderServiceMarshaller.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/Helpers.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/IDownloaderClient.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/IDownloaderService.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/IStub.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/SystemFacade.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/CustomIntentService.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/DownloadInfo.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/DownloadNotification.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/DownloadThread.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/DownloaderService.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/DownloadsDB.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/expansion/downloader/impl/HttpDateTime.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/AESObfuscator.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/APKExpansionPolicy.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/DeviceLimiter.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/LicenseChecker.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/LicenseCheckerCallback.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/LicenseValidator.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/NullDeviceLimiter.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/Obfuscator.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/Policy.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/PreferenceObfuscator.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/ResponseData.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/ServerManagedPolicy.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/StrictPolicy.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/ValidationException.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/util/Base64.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/util/Base64DecoderException.java [new file with mode: 0644]
platform/android/java/lib/src/com/google/android/vending/licensing/util/URIQueryDecoder.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/Dictionary.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/FullScreenGodotApp.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/Godot.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/GodotDownloaderAlarmReceiver.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/GodotDownloaderService.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/GodotHost.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/GodotIO.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/GodotLib.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/GodotRenderer.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/GodotView.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/gl/EGLLogWrapper.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/gl/GLSurfaceView.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/input/GodotEditText.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/input/GodotGestureHandler.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/input/GodotInputHandler.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/input/GodotTextInputWrapper.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/input/Joystick.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/io/StorageScope.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/io/directory/AssetsDirectoryAccess.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/io/directory/DirectoryAccessHandler.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/io/directory/FilesystemDirectoryAccess.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/io/file/DataAccess.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/io/file/FileAccessFlags.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/io/file/FileAccessHandler.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/io/file/FileData.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/io/file/MediaStoreData.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPlugin.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPluginInfoProvider.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPluginRegistry.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/plugin/SignalInfo.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/plugin/UsedByGodot.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/tts/GodotTTS.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/tts/GodotUtterance.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/utils/BenchmarkUtils.kt [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/utils/Crypt.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/utils/GLUtils.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/utils/GodotNetUtils.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/utils/PermissionsUtil.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/utils/ProcessPhoenix.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/xr/XRMode.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/xr/ovr/OvrConfigChooser.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/xr/ovr/OvrContextFactory.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/xr/ovr/OvrWindowSurfaceFactory.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/xr/regular/RegularConfigChooser.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/xr/regular/RegularContextFactory.java [new file with mode: 0644]
platform/android/java/lib/src/org/godotengine/godot/xr/regular/RegularFallbackConfigChooser.java [new file with mode: 0644]
platform/android/java/nativeSrcsConfigs/AndroidManifest.xml [new file with mode: 0644]
platform/android/java/nativeSrcsConfigs/CMakeLists.txt [new file with mode: 0644]
platform/android/java/nativeSrcsConfigs/README.md [new file with mode: 0644]
platform/android/java/nativeSrcsConfigs/build.gradle [new file with mode: 0644]
platform/android/java/scripts/publish-module.gradle [new file with mode: 0644]
platform/android/java/scripts/publish-root.gradle [new file with mode: 0644]
platform/android/java/settings.gradle [new file with mode: 0644]
platform/android/java_class_wrapper.cpp [new file with mode: 0644]
platform/android/java_godot_io_wrapper.cpp [new file with mode: 0644]
platform/android/java_godot_io_wrapper.h [new file with mode: 0644]
platform/android/java_godot_lib_jni.cpp [new file with mode: 0644]
platform/android/java_godot_lib_jni.h [new file with mode: 0644]
platform/android/java_godot_view_wrapper.cpp [new file with mode: 0644]
platform/android/java_godot_view_wrapper.h [new file with mode: 0644]
platform/android/java_godot_wrapper.cpp [new file with mode: 0644]
platform/android/java_godot_wrapper.h [new file with mode: 0644]
platform/android/jni_utils.cpp [new file with mode: 0644]
platform/android/jni_utils.h [new file with mode: 0644]
platform/android/logo.png [new file with mode: 0644]
platform/android/net_socket_android.cpp [new file with mode: 0644]
platform/android/net_socket_android.h [new file with mode: 0644]
platform/android/os_android.cpp [new file with mode: 0644]
platform/android/os_android.h [new file with mode: 0644]
platform/android/platform_config.h [new file with mode: 0644]
platform/android/plugin/godot_plugin_jni.cpp [new file with mode: 0644]
platform/android/plugin/godot_plugin_jni.h [new file with mode: 0644]
platform/android/power_android.cpp [new file with mode: 0644]
platform/android/power_android.h [new file with mode: 0644]
platform/android/run_icon.png [new file with mode: 0644]
platform/android/string_android.h [new file with mode: 0644]
platform/android/thread_jandroid.cpp [new file with mode: 0644]
platform/android/thread_jandroid.h [new file with mode: 0644]
platform/android/tts_android.cpp [new file with mode: 0644]
platform/android/tts_android.h [new file with mode: 0644]
platform/iphone/SCsub [new file with mode: 0644]
platform/iphone/api/api.cpp [new file with mode: 0644]
platform/iphone/api/api.h [new file with mode: 0644]
platform/iphone/app_delegate.h [new file with mode: 0644]
platform/iphone/app_delegate.mm [new file with mode: 0644]
platform/iphone/detect.py [new file with mode: 0644]
platform/iphone/device_metrics.h [new file with mode: 0644]
platform/iphone/device_metrics.m [new file with mode: 0644]
platform/iphone/display_layer.h [new file with mode: 0644]
platform/iphone/display_layer.mm [new file with mode: 0644]
platform/iphone/export/export.cpp [new file with mode: 0644]
platform/iphone/export/export.h [new file with mode: 0644]
platform/iphone/godot_app_delegate.h [new file with mode: 0644]
platform/iphone/godot_app_delegate.m [new file with mode: 0644]
platform/iphone/godot_iphone.mm [new file with mode: 0644]
platform/iphone/godot_view.h [new file with mode: 0644]
platform/iphone/godot_view.mm [new file with mode: 0644]
platform/iphone/godot_view_renderer.h [new file with mode: 0644]
platform/iphone/godot_view_renderer.mm [new file with mode: 0644]
platform/iphone/ios.h [new file with mode: 0644]
platform/iphone/ios.mm [new file with mode: 0644]
platform/iphone/joypad_iphone.h [new file with mode: 0644]
platform/iphone/joypad_iphone.mm [new file with mode: 0644]
platform/iphone/keyboard_input_view.h [new file with mode: 0644]
platform/iphone/keyboard_input_view.mm [new file with mode: 0644]
platform/iphone/logo.png [new file with mode: 0644]
platform/iphone/main.m [new file with mode: 0644]
platform/iphone/native_video_view.h [new file with mode: 0644]
platform/iphone/native_video_view.m [new file with mode: 0644]
platform/iphone/os_iphone.h [new file with mode: 0644]
platform/iphone/os_iphone.mm [new file with mode: 0644]
platform/iphone/platform_config.h [new file with mode: 0644]
platform/iphone/plugin/godot_plugin_config.h [new file with mode: 0644]
platform/iphone/power_iphone.cpp [new file with mode: 0644]
platform/iphone/power_iphone.h [new file with mode: 0644]
platform/iphone/tts_ios.h [new file with mode: 0644]
platform/iphone/tts_ios.mm [new file with mode: 0644]
platform/iphone/view_controller.h [new file with mode: 0644]
platform/iphone/view_controller.mm [new file with mode: 0644]
platform/javascript/.eslintrc.engine.js [new file with mode: 0644]
platform/javascript/.eslintrc.js [new file with mode: 0644]
platform/javascript/.eslintrc.libs.js [new file with mode: 0644]
platform/javascript/README.md [new file with mode: 0644]
platform/javascript/SCsub [new file with mode: 0644]
platform/javascript/api/api.cpp [new file with mode: 0644]
platform/javascript/api/api.h [new file with mode: 0644]
platform/javascript/api/javascript_singleton.h [new file with mode: 0644]
platform/javascript/api/javascript_tools_editor_plugin.cpp [new file with mode: 0644]
platform/javascript/api/javascript_tools_editor_plugin.h [new file with mode: 0644]
platform/javascript/audio_driver_javascript.cpp [new file with mode: 0644]
platform/javascript/audio_driver_javascript.h [new file with mode: 0644]
platform/javascript/detect.py [new file with mode: 0644]
platform/javascript/dom_keys.inc [new file with mode: 0644]
platform/javascript/emscripten_helpers.py [new file with mode: 0644]
platform/javascript/export/export.cpp [new file with mode: 0644]
platform/javascript/export/export.h [new file with mode: 0644]
platform/javascript/godot_audio.h [new file with mode: 0644]
platform/javascript/godot_js.h [new file with mode: 0644]
platform/javascript/godot_webgl2.cpp [new file with mode: 0644]
platform/javascript/godot_webgl2.h [new file with mode: 0644]
platform/javascript/http_client.h.inc [new file with mode: 0644]
platform/javascript/http_client_javascript.cpp [new file with mode: 0644]
platform/javascript/javascript_main.cpp [new file with mode: 0644]
platform/javascript/javascript_runtime.cpp [new file with mode: 0644]
platform/javascript/javascript_singleton.cpp [new file with mode: 0644]
platform/javascript/js/engine/config.js [new file with mode: 0644]
platform/javascript/js/engine/engine.externs.js [new file with mode: 0644]
platform/javascript/js/engine/engine.js [new file with mode: 0644]
platform/javascript/js/engine/preloader.js [new file with mode: 0644]
platform/javascript/js/jsdoc2rst/publish.js [new file with mode: 0644]
platform/javascript/js/libs/audio.worklet.js [new file with mode: 0644]
platform/javascript/js/libs/library_godot_audio.js [new file with mode: 0644]
platform/javascript/js/libs/library_godot_display.js [new file with mode: 0644]
platform/javascript/js/libs/library_godot_fetch.js [new file with mode: 0644]
platform/javascript/js/libs/library_godot_input.js [new file with mode: 0644]
platform/javascript/js/libs/library_godot_javascript_singleton.js [new file with mode: 0644]
platform/javascript/js/libs/library_godot_os.js [new file with mode: 0644]
platform/javascript/js/libs/library_godot_runtime.js [new file with mode: 0644]
platform/javascript/logo.png [new file with mode: 0644]
platform/javascript/os_javascript.cpp [new file with mode: 0644]
platform/javascript/os_javascript.h [new file with mode: 0644]
platform/javascript/package-lock.json [new file with mode: 0644]
platform/javascript/package.json [new file with mode: 0644]
platform/javascript/platform_config.h [new file with mode: 0644]
platform/javascript/run_icon.png [new file with mode: 0644]
platform/javascript/serve.py [new file with mode: 0755]
platform/osx/SCsub [new file with mode: 0644]
platform/osx/crash_handler_osx.h [new file with mode: 0644]
platform/osx/crash_handler_osx.mm [new file with mode: 0644]
platform/osx/detect.py [new file with mode: 0644]
platform/osx/dir_access_osx.h [new file with mode: 0644]
platform/osx/dir_access_osx.mm [new file with mode: 0644]
platform/osx/export/codesign.cpp [new file with mode: 0644]
platform/osx/export/codesign.h [new file with mode: 0644]
platform/osx/export/export.cpp [new file with mode: 0644]
platform/osx/export/export.h [new file with mode: 0644]
platform/osx/export/lipo.cpp [new file with mode: 0644]
platform/osx/export/lipo.h [new file with mode: 0644]
platform/osx/export/macho.cpp [new file with mode: 0644]
platform/osx/export/macho.h [new file with mode: 0644]
platform/osx/export/plist.cpp [new file with mode: 0644]
platform/osx/export/plist.h [new file with mode: 0644]
platform/osx/godot_main_osx.mm [new file with mode: 0644]
platform/osx/joypad_osx.cpp [new file with mode: 0644]
platform/osx/joypad_osx.h [new file with mode: 0644]
platform/osx/logo.png [new file with mode: 0644]
platform/osx/os_osx.h [new file with mode: 0644]
platform/osx/os_osx.mm [new file with mode: 0644]
platform/osx/platform_config.h [new file with mode: 0644]
platform/osx/platform_osx_builders.py [new file with mode: 0644]
platform/osx/power_osx.cpp [new file with mode: 0644]
platform/osx/power_osx.h [new file with mode: 0644]
platform/osx/tts_osx.h [new file with mode: 0644]
platform/osx/tts_osx.mm [new file with mode: 0644]
platform/register_platform_apis.h [new file with mode: 0644]
platform/server/SCsub [new file with mode: 0644]
platform/server/detect.py [new file with mode: 0644]
platform/server/godot_server.cpp [new file with mode: 0644]
platform/server/logo.png [new file with mode: 0644]
platform/server/os_server.cpp [new file with mode: 0644]
platform/server/os_server.h [new file with mode: 0644]
platform/server/platform_config.h [new file with mode: 0644]
platform/uwp/SCsub [new file with mode: 0644]
platform/uwp/app.cpp [new file with mode: 0644]
platform/uwp/app.h [new file with mode: 0644]
platform/uwp/context_egl_uwp.cpp [new file with mode: 0644]
platform/uwp/context_egl_uwp.h [new file with mode: 0644]
platform/uwp/detect.py [new file with mode: 0644]
platform/uwp/export/export.cpp [new file with mode: 0644]
platform/uwp/export/export.h [new file with mode: 0644]
platform/uwp/joypad_uwp.cpp [new file with mode: 0644]
platform/uwp/joypad_uwp.h [new file with mode: 0644]
platform/uwp/logo.png [new file with mode: 0644]
platform/uwp/os_uwp.cpp [new file with mode: 0644]
platform/uwp/os_uwp.h [new file with mode: 0644]
platform/uwp/platform_config.h [new file with mode: 0644]
platform/uwp/power_uwp.cpp [new file with mode: 0644]
platform/uwp/power_uwp.h [new file with mode: 0644]
platform/windows/SCsub [new file with mode: 0644]
platform/windows/context_gl_windows.cpp [new file with mode: 0644]
platform/windows/context_gl_windows.h [new file with mode: 0644]
platform/windows/crash_handler_windows.cpp [new file with mode: 0644]
platform/windows/crash_handler_windows.h [new file with mode: 0644]
platform/windows/detect.py [new file with mode: 0644]
platform/windows/export/export.cpp [new file with mode: 0644]
platform/windows/export/export.h [new file with mode: 0644]
platform/windows/godot.ico [new file with mode: 0644]
platform/windows/godot.natvis [new file with mode: 0644]
platform/windows/godot_res.rc [new file with mode: 0644]
platform/windows/godot_windows.cpp [new file with mode: 0644]
platform/windows/joypad_windows.cpp [new file with mode: 0644]
platform/windows/joypad_windows.h [new file with mode: 0644]
platform/windows/key_mapping_windows.cpp [new file with mode: 0644]
platform/windows/key_mapping_windows.h [new file with mode: 0644]
platform/windows/lang_table.h [new file with mode: 0644]
platform/windows/logo.png [new file with mode: 0644]
platform/windows/os_windows.cpp [new file with mode: 0644]
platform/windows/os_windows.h [new file with mode: 0644]
platform/windows/platform_config.h [new file with mode: 0644]
platform/windows/platform_windows_builders.py [new file with mode: 0644]
platform/windows/power_windows.cpp [new file with mode: 0644]
platform/windows/power_windows.h [new file with mode: 0644]
platform/windows/tts_windows.cpp [new file with mode: 0644]
platform/windows/tts_windows.h [new file with mode: 0644]
platform/windows/windows_terminal_logger.cpp [new file with mode: 0644]
platform/windows/windows_terminal_logger.h [new file with mode: 0644]
platform/x11/README.md [new file with mode: 0644]
platform/x11/SCsub [new file with mode: 0644]
platform/x11/context_gl_x11.cpp [new file with mode: 0644]
platform/x11/context_gl_x11.h [new file with mode: 0644]
platform/x11/crash_handler_x11.cpp [new file with mode: 0644]
platform/x11/crash_handler_x11.h [new file with mode: 0644]
platform/x11/detect.py [new file with mode: 0644]
platform/x11/detect_prime.cpp [new file with mode: 0644]
platform/x11/detect_prime.h [new file with mode: 0644]
platform/x11/export/export.cpp [new file with mode: 0644]
platform/x11/export/export.h [new file with mode: 0644]
platform/x11/godot_x11.cpp [new file with mode: 0644]
platform/x11/joypad_linux.cpp [new file with mode: 0644]
platform/x11/joypad_linux.h [new file with mode: 0644]
platform/x11/key_mapping_x11.cpp [new file with mode: 0644]
platform/x11/key_mapping_x11.h [new file with mode: 0644]
platform/x11/libudev-so_wrap.c [new file with mode: 0644]
platform/x11/libudev-so_wrap.h [new file with mode: 0644]
platform/x11/logo.png [new file with mode: 0644]
platform/x11/os_x11.cpp [new file with mode: 0644]
platform/x11/os_x11.h [new file with mode: 0644]
platform/x11/platform_config.h [new file with mode: 0644]
platform/x11/platform_x11_builders.py [new file with mode: 0644]
platform/x11/power_x11.cpp [new file with mode: 0644]
platform/x11/power_x11.h [new file with mode: 0644]
platform/x11/speechd-so_wrap.c [new file with mode: 0644]
platform/x11/speechd-so_wrap.h [new file with mode: 0644]
platform/x11/tts_linux.cpp [new file with mode: 0644]
platform/x11/tts_linux.h [new file with mode: 0644]
platform_methods.py [new file with mode: 0644]
scene/2d/SCsub [new file with mode: 0644]
scene/2d/animated_sprite.cpp [new file with mode: 0644]
scene/2d/animated_sprite.h [new file with mode: 0644]
scene/2d/area_2d.cpp [new file with mode: 0644]
scene/2d/area_2d.h [new file with mode: 0644]
scene/2d/audio_stream_player_2d.cpp [new file with mode: 0644]
scene/2d/audio_stream_player_2d.h [new file with mode: 0644]
scene/2d/back_buffer_copy.cpp [new file with mode: 0644]
scene/2d/back_buffer_copy.h [new file with mode: 0644]
scene/2d/camera_2d.cpp [new file with mode: 0644]
scene/2d/camera_2d.h [new file with mode: 0644]
scene/2d/canvas_item.cpp [new file with mode: 0644]
scene/2d/canvas_item.h [new file with mode: 0644]
scene/2d/canvas_modulate.cpp [new file with mode: 0644]
scene/2d/canvas_modulate.h [new file with mode: 0644]
scene/2d/collision_object_2d.cpp [new file with mode: 0644]
scene/2d/collision_object_2d.h [new file with mode: 0644]
scene/2d/collision_polygon_2d.cpp [new file with mode: 0644]
scene/2d/collision_polygon_2d.h [new file with mode: 0644]
scene/2d/collision_shape_2d.cpp [new file with mode: 0644]
scene/2d/collision_shape_2d.h [new file with mode: 0644]
scene/2d/cpu_particles_2d.cpp [new file with mode: 0644]
scene/2d/cpu_particles_2d.h [new file with mode: 0644]
scene/2d/joints_2d.cpp [new file with mode: 0644]
scene/2d/joints_2d.h [new file with mode: 0644]
scene/2d/light_2d.cpp [new file with mode: 0644]
scene/2d/light_2d.h [new file with mode: 0644]
scene/2d/light_occluder_2d.cpp [new file with mode: 0644]
scene/2d/light_occluder_2d.h [new file with mode: 0644]
scene/2d/line_2d.cpp [new file with mode: 0644]
scene/2d/line_2d.h [new file with mode: 0644]
scene/2d/line_builder.cpp [new file with mode: 0644]
scene/2d/line_builder.h [new file with mode: 0644]
scene/2d/listener_2d.cpp [new file with mode: 0644]
scene/2d/listener_2d.h [new file with mode: 0644]
scene/2d/mesh_instance_2d.cpp [new file with mode: 0644]
scene/2d/mesh_instance_2d.h [new file with mode: 0644]
scene/2d/multimesh_instance_2d.cpp [new file with mode: 0644]
scene/2d/multimesh_instance_2d.h [new file with mode: 0644]
scene/2d/navigation_2d.cpp [new file with mode: 0644]
scene/2d/navigation_2d.h [new file with mode: 0644]
scene/2d/navigation_agent_2d.cpp [new file with mode: 0644]
scene/2d/navigation_agent_2d.h [new file with mode: 0644]
scene/2d/navigation_obstacle_2d.cpp [new file with mode: 0644]
scene/2d/navigation_obstacle_2d.h [new file with mode: 0644]
scene/2d/navigation_polygon.cpp [new file with mode: 0644]
scene/2d/navigation_polygon.h [new file with mode: 0644]
scene/2d/node_2d.cpp [new file with mode: 0644]
scene/2d/node_2d.h [new file with mode: 0644]
scene/2d/parallax_background.cpp [new file with mode: 0644]
scene/2d/parallax_background.h [new file with mode: 0644]
scene/2d/parallax_layer.cpp [new file with mode: 0644]
scene/2d/parallax_layer.h [new file with mode: 0644]
scene/2d/particles_2d.cpp [new file with mode: 0644]
scene/2d/particles_2d.h [new file with mode: 0644]
scene/2d/path_2d.cpp [new file with mode: 0644]
scene/2d/path_2d.h [new file with mode: 0644]
scene/2d/physics_body_2d.cpp [new file with mode: 0644]
scene/2d/physics_body_2d.h [new file with mode: 0644]
scene/2d/polygon_2d.cpp [new file with mode: 0644]
scene/2d/polygon_2d.h [new file with mode: 0644]
scene/2d/position_2d.cpp [new file with mode: 0644]
scene/2d/position_2d.h [new file with mode: 0644]
scene/2d/ray_cast_2d.cpp [new file with mode: 0644]
scene/2d/ray_cast_2d.h [new file with mode: 0644]
scene/2d/remote_transform_2d.cpp [new file with mode: 0644]
scene/2d/remote_transform_2d.h [new file with mode: 0644]
scene/2d/shape_cast_2d.cpp [new file with mode: 0644]
scene/2d/shape_cast_2d.h [new file with mode: 0644]
scene/2d/skeleton_2d.cpp [new file with mode: 0644]
scene/2d/skeleton_2d.h [new file with mode: 0644]
scene/2d/sprite.cpp [new file with mode: 0644]
scene/2d/sprite.h [new file with mode: 0644]
scene/2d/tile_map.cpp [new file with mode: 0644]
scene/2d/tile_map.h [new file with mode: 0644]
scene/2d/touch_screen_button.cpp [new file with mode: 0644]
scene/2d/touch_screen_button.h [new file with mode: 0644]
scene/2d/visibility_notifier_2d.cpp [new file with mode: 0644]
scene/2d/visibility_notifier_2d.h [new file with mode: 0644]
scene/2d/y_sort.cpp [new file with mode: 0644]
scene/2d/y_sort.h [new file with mode: 0644]
scene/3d/SCsub [new file with mode: 0644]
scene/3d/area.cpp [new file with mode: 0644]
scene/3d/area.h [new file with mode: 0644]
scene/3d/arvr_nodes.cpp [new file with mode: 0644]
scene/3d/arvr_nodes.h [new file with mode: 0644]
scene/3d/audio_stream_player_3d.cpp [new file with mode: 0644]
scene/3d/audio_stream_player_3d.h [new file with mode: 0644]
scene/3d/baked_lightmap.cpp [new file with mode: 0644]
scene/3d/baked_lightmap.h [new file with mode: 0644]
scene/3d/bone_attachment.cpp [new file with mode: 0644]
scene/3d/bone_attachment.h [new file with mode: 0644]
scene/3d/camera.cpp [new file with mode: 0644]
scene/3d/camera.h [new file with mode: 0644]
scene/3d/collision_object.cpp [new file with mode: 0644]
scene/3d/collision_object.h [new file with mode: 0644]
scene/3d/collision_polygon.cpp [new file with mode: 0644]
scene/3d/collision_polygon.h [new file with mode: 0644]
scene/3d/collision_shape.cpp [new file with mode: 0644]
scene/3d/collision_shape.h [new file with mode: 0644]
scene/3d/cpu_particles.cpp [new file with mode: 0644]
scene/3d/cpu_particles.h [new file with mode: 0644]
scene/3d/cull_instance.cpp [new file with mode: 0644]
scene/3d/cull_instance.h [new file with mode: 0644]
scene/3d/gi_probe.cpp [new file with mode: 0644]
scene/3d/gi_probe.h [new file with mode: 0644]
scene/3d/immediate_geometry.cpp [new file with mode: 0644]
scene/3d/immediate_geometry.h [new file with mode: 0644]
scene/3d/interpolated_camera.cpp [new file with mode: 0644]
scene/3d/interpolated_camera.h [new file with mode: 0644]
scene/3d/label_3d.cpp [new file with mode: 0644]
scene/3d/label_3d.h [new file with mode: 0644]
scene/3d/light.cpp [new file with mode: 0644]
scene/3d/light.h [new file with mode: 0644]
scene/3d/lightmapper.cpp [new file with mode: 0644]
scene/3d/lightmapper.h [new file with mode: 0644]
scene/3d/listener.cpp [new file with mode: 0644]
scene/3d/listener.h [new file with mode: 0644]
scene/3d/lod.cpp [new file with mode: 0644]
scene/3d/lod.h [new file with mode: 0644]
scene/3d/lod_manager.cpp [new file with mode: 0644]
scene/3d/lod_manager.h [new file with mode: 0644]
scene/3d/merge_group.cpp [new file with mode: 0644]
scene/3d/merge_group.h [new file with mode: 0644]
scene/3d/mesh_instance.cpp [new file with mode: 0644]
scene/3d/mesh_instance.h [new file with mode: 0644]
scene/3d/multimesh_instance.cpp [new file with mode: 0644]
scene/3d/multimesh_instance.h [new file with mode: 0644]
scene/3d/navigation.cpp [new file with mode: 0644]
scene/3d/navigation.h [new file with mode: 0644]
scene/3d/navigation_agent.cpp [new file with mode: 0644]
scene/3d/navigation_agent.h [new file with mode: 0644]
scene/3d/navigation_mesh_instance.cpp [new file with mode: 0644]
scene/3d/navigation_mesh_instance.h [new file with mode: 0644]
scene/3d/navigation_obstacle.cpp [new file with mode: 0644]
scene/3d/navigation_obstacle.h [new file with mode: 0644]
scene/3d/occluder.cpp [new file with mode: 0644]
scene/3d/occluder.h [new file with mode: 0644]
scene/3d/particles.cpp [new file with mode: 0644]
scene/3d/particles.h [new file with mode: 0644]
scene/3d/path.cpp [new file with mode: 0644]
scene/3d/path.h [new file with mode: 0644]
scene/3d/physics_body.cpp [new file with mode: 0644]
scene/3d/physics_body.h [new file with mode: 0644]
scene/3d/physics_joint.cpp [new file with mode: 0644]
scene/3d/physics_joint.h [new file with mode: 0644]
scene/3d/portal.cpp [new file with mode: 0644]
scene/3d/portal.h [new file with mode: 0644]
scene/3d/position_3d.cpp [new file with mode: 0644]
scene/3d/position_3d.h [new file with mode: 0644]
scene/3d/proximity_group.cpp [new file with mode: 0644]
scene/3d/proximity_group.h [new file with mode: 0644]
scene/3d/ray_cast.cpp [new file with mode: 0644]
scene/3d/ray_cast.h [new file with mode: 0644]
scene/3d/reflection_probe.cpp [new file with mode: 0644]
scene/3d/reflection_probe.h [new file with mode: 0644]
scene/3d/remote_transform.cpp [new file with mode: 0644]
scene/3d/remote_transform.h [new file with mode: 0644]
scene/3d/room.cpp [new file with mode: 0644]
scene/3d/room.h [new file with mode: 0644]
scene/3d/room_group.cpp [new file with mode: 0644]
scene/3d/room_group.h [new file with mode: 0644]
scene/3d/room_manager.cpp [new file with mode: 0644]
scene/3d/room_manager.h [new file with mode: 0644]
scene/3d/shape_cast.cpp [new file with mode: 0644]
scene/3d/shape_cast.h [new file with mode: 0644]
scene/3d/skeleton.cpp [new file with mode: 0644]
scene/3d/skeleton.h [new file with mode: 0644]
scene/3d/soft_body.cpp [new file with mode: 0644]
scene/3d/soft_body.h [new file with mode: 0644]
scene/3d/spatial.cpp [new file with mode: 0644]
scene/3d/spatial.h [new file with mode: 0644]
scene/3d/spatial_velocity_tracker.cpp [new file with mode: 0644]
scene/3d/spatial_velocity_tracker.h [new file with mode: 0644]
scene/3d/spring_arm.cpp [new file with mode: 0644]
scene/3d/spring_arm.h [new file with mode: 0644]
scene/3d/sprite_3d.cpp [new file with mode: 0644]
scene/3d/sprite_3d.h [new file with mode: 0644]
scene/3d/vehicle_body.cpp [new file with mode: 0644]
scene/3d/vehicle_body.h [new file with mode: 0644]
scene/3d/visibility_notifier.cpp [new file with mode: 0644]
scene/3d/visibility_notifier.h [new file with mode: 0644]
scene/3d/visual_instance.cpp [new file with mode: 0644]
scene/3d/visual_instance.h [new file with mode: 0644]
scene/3d/voxel_light_baker.cpp [new file with mode: 0644]
scene/3d/voxel_light_baker.h [new file with mode: 0644]
scene/3d/world_environment.cpp [new file with mode: 0644]
scene/3d/world_environment.h [new file with mode: 0644]
scene/SCsub [new file with mode: 0644]
scene/animation/SCsub [new file with mode: 0644]
scene/animation/animation_blend_space_1d.cpp [new file with mode: 0644]
scene/animation/animation_blend_space_1d.h [new file with mode: 0644]
scene/animation/animation_blend_space_2d.cpp [new file with mode: 0644]
scene/animation/animation_blend_space_2d.h [new file with mode: 0644]
scene/animation/animation_blend_tree.cpp [new file with mode: 0644]
scene/animation/animation_blend_tree.h [new file with mode: 0644]
scene/animation/animation_cache.cpp [new file with mode: 0644]
scene/animation/animation_cache.h [new file with mode: 0644]
scene/animation/animation_node_state_machine.cpp [new file with mode: 0644]
scene/animation/animation_node_state_machine.h [new file with mode: 0644]
scene/animation/animation_player.cpp [new file with mode: 0644]
scene/animation/animation_player.h [new file with mode: 0644]
scene/animation/animation_tree.cpp [new file with mode: 0644]
scene/animation/animation_tree.h [new file with mode: 0644]
scene/animation/animation_tree_player.cpp [new file with mode: 0644]
scene/animation/animation_tree_player.h [new file with mode: 0644]
scene/animation/easing_equations.h [new file with mode: 0644]
scene/animation/root_motion_view.cpp [new file with mode: 0644]
scene/animation/root_motion_view.h [new file with mode: 0644]
scene/animation/scene_tree_tween.cpp [new file with mode: 0644]
scene/animation/scene_tree_tween.h [new file with mode: 0644]
scene/animation/skeleton_ik.cpp [new file with mode: 0644]
scene/animation/skeleton_ik.h [new file with mode: 0644]
scene/animation/tween.cpp [new file with mode: 0644]
scene/animation/tween.h [new file with mode: 0644]
scene/audio/SCsub [new file with mode: 0644]
scene/audio/audio_stream_player.cpp [new file with mode: 0644]
scene/audio/audio_stream_player.h [new file with mode: 0644]
scene/debugger/SCsub [new file with mode: 0644]
scene/debugger/script_debugger_remote.cpp [new file with mode: 0644]
scene/debugger/script_debugger_remote.h [new file with mode: 0644]
scene/gui/SCsub [new file with mode: 0644]
scene/gui/aspect_ratio_container.cpp [new file with mode: 0644]
scene/gui/aspect_ratio_container.h [new file with mode: 0644]
scene/gui/base_button.cpp [new file with mode: 0644]
scene/gui/base_button.h [new file with mode: 0644]
scene/gui/box_container.cpp [new file with mode: 0644]
scene/gui/box_container.h [new file with mode: 0644]
scene/gui/button.cpp [new file with mode: 0644]
scene/gui/button.h [new file with mode: 0644]
scene/gui/center_container.cpp [new file with mode: 0644]
scene/gui/center_container.h [new file with mode: 0644]
scene/gui/check_box.cpp [new file with mode: 0644]
scene/gui/check_box.h [new file with mode: 0644]
scene/gui/check_button.cpp [new file with mode: 0644]
scene/gui/check_button.h [new file with mode: 0644]
scene/gui/color_picker.cpp [new file with mode: 0644]
scene/gui/color_picker.h [new file with mode: 0644]
scene/gui/color_rect.cpp [new file with mode: 0644]
scene/gui/color_rect.h [new file with mode: 0644]
scene/gui/container.cpp [new file with mode: 0644]
scene/gui/container.h [new file with mode: 0644]
scene/gui/control.cpp [new file with mode: 0644]
scene/gui/control.h [new file with mode: 0644]
scene/gui/dialogs.cpp [new file with mode: 0644]
scene/gui/dialogs.h [new file with mode: 0644]
scene/gui/file_dialog.cpp [new file with mode: 0644]
scene/gui/file_dialog.h [new file with mode: 0644]
scene/gui/flow_container.cpp [new file with mode: 0644]
scene/gui/flow_container.h [new file with mode: 0644]
scene/gui/gradient_edit.cpp [new file with mode: 0644]
scene/gui/gradient_edit.h [new file with mode: 0644]
scene/gui/graph_edit.cpp [new file with mode: 0644]
scene/gui/graph_edit.h [new file with mode: 0644]
scene/gui/graph_node.cpp [new file with mode: 0644]
scene/gui/graph_node.h [new file with mode: 0644]
scene/gui/grid_container.cpp [new file with mode: 0644]
scene/gui/grid_container.h [new file with mode: 0644]
scene/gui/item_list.cpp [new file with mode: 0644]
scene/gui/item_list.h [new file with mode: 0644]
scene/gui/label.cpp [new file with mode: 0644]
scene/gui/label.h [new file with mode: 0644]
scene/gui/line_edit.cpp [new file with mode: 0644]
scene/gui/line_edit.h [new file with mode: 0644]
scene/gui/link_button.cpp [new file with mode: 0644]
scene/gui/link_button.h [new file with mode: 0644]
scene/gui/margin_container.cpp [new file with mode: 0644]
scene/gui/margin_container.h [new file with mode: 0644]
scene/gui/menu_button.cpp [new file with mode: 0644]
scene/gui/menu_button.h [new file with mode: 0644]
scene/gui/nine_patch_rect.cpp [new file with mode: 0644]
scene/gui/nine_patch_rect.h [new file with mode: 0644]
scene/gui/option_button.cpp [new file with mode: 0644]
scene/gui/option_button.h [new file with mode: 0644]
scene/gui/panel.cpp [new file with mode: 0644]
scene/gui/panel.h [new file with mode: 0644]
scene/gui/panel_container.cpp [new file with mode: 0644]
scene/gui/panel_container.h [new file with mode: 0644]
scene/gui/popup.cpp [new file with mode: 0644]
scene/gui/popup.h [new file with mode: 0644]
scene/gui/popup_menu.cpp [new file with mode: 0644]
scene/gui/popup_menu.h [new file with mode: 0644]
scene/gui/progress_bar.cpp [new file with mode: 0644]
scene/gui/progress_bar.h [new file with mode: 0644]
scene/gui/range.cpp [new file with mode: 0644]
scene/gui/range.h [new file with mode: 0644]
scene/gui/reference_rect.cpp [new file with mode: 0644]
scene/gui/reference_rect.h [new file with mode: 0644]
scene/gui/rich_text_effect.cpp [new file with mode: 0644]
scene/gui/rich_text_effect.h [new file with mode: 0644]
scene/gui/rich_text_label.cpp [new file with mode: 0644]
scene/gui/rich_text_label.h [new file with mode: 0644]
scene/gui/scroll_bar.cpp [new file with mode: 0644]
scene/gui/scroll_bar.h [new file with mode: 0644]
scene/gui/scroll_container.cpp [new file with mode: 0644]
scene/gui/scroll_container.h [new file with mode: 0644]
scene/gui/separator.cpp [new file with mode: 0644]
scene/gui/separator.h [new file with mode: 0644]
scene/gui/shortcut.cpp [new file with mode: 0644]
scene/gui/shortcut.h [new file with mode: 0644]
scene/gui/slider.cpp [new file with mode: 0644]
scene/gui/slider.h [new file with mode: 0644]
scene/gui/spin_box.cpp [new file with mode: 0644]
scene/gui/spin_box.h [new file with mode: 0644]
scene/gui/split_container.cpp [new file with mode: 0644]
scene/gui/split_container.h [new file with mode: 0644]
scene/gui/tab_container.cpp [new file with mode: 0644]
scene/gui/tab_container.h [new file with mode: 0644]
scene/gui/tabs.cpp [new file with mode: 0644]
scene/gui/tabs.h [new file with mode: 0644]
scene/gui/text_edit.cpp [new file with mode: 0644]
scene/gui/text_edit.h [new file with mode: 0644]
scene/gui/texture_button.cpp [new file with mode: 0644]
scene/gui/texture_button.h [new file with mode: 0644]
scene/gui/texture_progress.cpp [new file with mode: 0644]
scene/gui/texture_progress.h [new file with mode: 0644]
scene/gui/texture_rect.cpp [new file with mode: 0644]
scene/gui/texture_rect.h [new file with mode: 0644]
scene/gui/tool_button.cpp [new file with mode: 0644]
scene/gui/tool_button.h [new file with mode: 0644]
scene/gui/tree.cpp [new file with mode: 0644]
scene/gui/tree.h [new file with mode: 0644]
scene/gui/video_player.cpp [new file with mode: 0644]
scene/gui/video_player.h [new file with mode: 0644]
scene/gui/viewport_container.cpp [new file with mode: 0644]
scene/gui/viewport_container.h [new file with mode: 0644]
scene/main/SCsub [new file with mode: 0644]
scene/main/canvas_layer.cpp [new file with mode: 0644]
scene/main/canvas_layer.h [new file with mode: 0644]
scene/main/http_request.cpp [new file with mode: 0644]
scene/main/http_request.h [new file with mode: 0644]
scene/main/instance_placeholder.cpp [new file with mode: 0644]
scene/main/instance_placeholder.h [new file with mode: 0644]
scene/main/node.cpp [new file with mode: 0644]
scene/main/node.h [new file with mode: 0644]
scene/main/resource_preloader.cpp [new file with mode: 0644]
scene/main/resource_preloader.h [new file with mode: 0644]
scene/main/scene_tree.cpp [new file with mode: 0644]
scene/main/scene_tree.h [new file with mode: 0644]
scene/main/timer.cpp [new file with mode: 0644]
scene/main/timer.h [new file with mode: 0644]
scene/main/viewport.cpp [new file with mode: 0644]
scene/main/viewport.h [new file with mode: 0644]
scene/property_utils.cpp [new file with mode: 0644]
scene/property_utils.h [new file with mode: 0644]
scene/register_scene_types.cpp [new file with mode: 0644]
scene/register_scene_types.h [new file with mode: 0644]
scene/resources/SCsub [new file with mode: 0644]
scene/resources/animation.cpp [new file with mode: 0644]
scene/resources/animation.h [new file with mode: 0644]
scene/resources/audio_stream_sample.cpp [new file with mode: 0644]
scene/resources/audio_stream_sample.h [new file with mode: 0644]
scene/resources/bit_map.cpp [new file with mode: 0644]
scene/resources/bit_map.h [new file with mode: 0644]
scene/resources/box_shape.cpp [new file with mode: 0644]
scene/resources/box_shape.h [new file with mode: 0644]
scene/resources/capsule_shape.cpp [new file with mode: 0644]
scene/resources/capsule_shape.h [new file with mode: 0644]
scene/resources/capsule_shape_2d.cpp [new file with mode: 0644]
scene/resources/capsule_shape_2d.h [new file with mode: 0644]
scene/resources/circle_shape_2d.cpp [new file with mode: 0644]
scene/resources/circle_shape_2d.h [new file with mode: 0644]
scene/resources/concave_polygon_shape.cpp [new file with mode: 0644]
scene/resources/concave_polygon_shape.h [new file with mode: 0644]
scene/resources/concave_polygon_shape_2d.cpp [new file with mode: 0644]
scene/resources/concave_polygon_shape_2d.h [new file with mode: 0644]
scene/resources/convex_polygon_shape.cpp [new file with mode: 0644]
scene/resources/convex_polygon_shape.h [new file with mode: 0644]
scene/resources/convex_polygon_shape_2d.cpp [new file with mode: 0644]
scene/resources/convex_polygon_shape_2d.h [new file with mode: 0644]
scene/resources/curve.cpp [new file with mode: 0644]
scene/resources/curve.h [new file with mode: 0644]
scene/resources/cylinder_shape.cpp [new file with mode: 0644]
scene/resources/cylinder_shape.h [new file with mode: 0644]
scene/resources/default_theme/SCsub [new file with mode: 0644]
scene/resources/default_theme/arrow_down.png [new file with mode: 0644]
scene/resources/default_theme/arrow_right.png [new file with mode: 0644]
scene/resources/default_theme/button_disabled.png [new file with mode: 0644]
scene/resources/default_theme/button_focus.png [new file with mode: 0644]
scene/resources/default_theme/button_hover.png [new file with mode: 0644]
scene/resources/default_theme/button_normal.png [new file with mode: 0644]
scene/resources/default_theme/button_pressed.png [new file with mode: 0644]
scene/resources/default_theme/checked.png [new file with mode: 0644]
scene/resources/default_theme/checked_disabled.png [new file with mode: 0644]
scene/resources/default_theme/checker_bg.png [new file with mode: 0644]
scene/resources/default_theme/close.png [new file with mode: 0644]
scene/resources/default_theme/close_hl.png [new file with mode: 0644]
scene/resources/default_theme/color_picker_hue.png [new file with mode: 0644]
scene/resources/default_theme/color_picker_sample.png [new file with mode: 0644]
scene/resources/default_theme/default_theme.cpp [new file with mode: 0644]
scene/resources/default_theme/default_theme.h [new file with mode: 0644]
scene/resources/default_theme/dropdown.png [new file with mode: 0644]
scene/resources/default_theme/error_icon.png [new file with mode: 0644]
scene/resources/default_theme/error_icon.xpm [new file with mode: 0644]
scene/resources/default_theme/focus.png [new file with mode: 0644]
scene/resources/default_theme/font_hidpi.inc [new file with mode: 0644]
scene/resources/default_theme/font_lodpi.inc [new file with mode: 0644]
scene/resources/default_theme/graph_node.png [new file with mode: 0644]
scene/resources/default_theme/graph_node_breakpoint.png [new file with mode: 0644]
scene/resources/default_theme/graph_node_close.png [new file with mode: 0644]
scene/resources/default_theme/graph_node_comment.png [new file with mode: 0644]
scene/resources/default_theme/graph_node_comment_focus.png [new file with mode: 0644]
scene/resources/default_theme/graph_node_default.png [new file with mode: 0644]
scene/resources/default_theme/graph_node_default_focus.png [new file with mode: 0644]
scene/resources/default_theme/graph_node_position.png [new file with mode: 0644]
scene/resources/default_theme/graph_node_selected.png [new file with mode: 0644]
scene/resources/default_theme/graph_port.png [new file with mode: 0644]
scene/resources/default_theme/hseparator.png [new file with mode: 0644]
scene/resources/default_theme/hslider_bg.png [new file with mode: 0644]
scene/resources/default_theme/hslider_grabber.png [new file with mode: 0644]
scene/resources/default_theme/hslider_grabber_disabled.png [new file with mode: 0644]
scene/resources/default_theme/hslider_grabber_hl.png [new file with mode: 0644]
scene/resources/default_theme/hslider_tick.png [new file with mode: 0644]
scene/resources/default_theme/hsplit_bg.png [new file with mode: 0644]
scene/resources/default_theme/hsplitter.png [new file with mode: 0644]
scene/resources/default_theme/icon_add.png [new file with mode: 0644]
scene/resources/default_theme/icon_close.png [new file with mode: 0644]
scene/resources/default_theme/icon_color_pick.png [new file with mode: 0644]
scene/resources/default_theme/icon_file.png [new file with mode: 0644]
scene/resources/default_theme/icon_folder.png [new file with mode: 0644]
scene/resources/default_theme/icon_grid_minimap.png [new file with mode: 0644]
scene/resources/default_theme/icon_parent_folder.png [new file with mode: 0644]
scene/resources/default_theme/icon_reload.png [new file with mode: 0644]
scene/resources/default_theme/icon_snap_grid.png [new file with mode: 0644]
scene/resources/default_theme/icon_visibility.png [new file with mode: 0644]
scene/resources/default_theme/icon_zoom_less.png [new file with mode: 0644]
scene/resources/default_theme/icon_zoom_more.png [new file with mode: 0644]
scene/resources/default_theme/icon_zoom_reset.png [new file with mode: 0644]
scene/resources/default_theme/line_edit.png [new file with mode: 0644]
scene/resources/default_theme/line_edit_clear.png [new file with mode: 0644]
scene/resources/default_theme/line_edit_disabled.png [new file with mode: 0644]
scene/resources/default_theme/make_header.py [new file with mode: 0755]
scene/resources/default_theme/mini_checkerboard.png [new file with mode: 0644]
scene/resources/default_theme/option_arrow.png [new file with mode: 0644]
scene/resources/default_theme/option_button_disabled.png [new file with mode: 0644]
scene/resources/default_theme/option_button_hover.png [new file with mode: 0644]
scene/resources/default_theme/option_button_normal.png [new file with mode: 0644]
scene/resources/default_theme/option_button_pressed.png [new file with mode: 0644]
scene/resources/default_theme/overbright_indicator.png [new file with mode: 0644]
scene/resources/default_theme/panel_bg.png [new file with mode: 0644]
scene/resources/default_theme/popup_bg.png [new file with mode: 0644]
scene/resources/default_theme/popup_bg_disabled.png [new file with mode: 0644]
scene/resources/default_theme/popup_window.png [new file with mode: 0644]
scene/resources/default_theme/progress_bar.png [new file with mode: 0644]
scene/resources/default_theme/progress_fill.png [new file with mode: 0644]
scene/resources/default_theme/radio_checked.png [new file with mode: 0644]
scene/resources/default_theme/radio_checked_disabled.png [new file with mode: 0644]
scene/resources/default_theme/radio_unchecked.png [new file with mode: 0644]
scene/resources/default_theme/radio_unchecked_disabled.png [new file with mode: 0644]
scene/resources/default_theme/scroll_bg.png [new file with mode: 0644]
scene/resources/default_theme/scroll_button_left.png [new file with mode: 0644]
scene/resources/default_theme/scroll_button_left_hl.png [new file with mode: 0644]
scene/resources/default_theme/scroll_button_right.png [new file with mode: 0644]
scene/resources/default_theme/scroll_button_right_hl.png [new file with mode: 0644]
scene/resources/default_theme/scroll_grabber.png [new file with mode: 0644]
scene/resources/default_theme/scroll_grabber_hl.png [new file with mode: 0644]
scene/resources/default_theme/scroll_grabber_pressed.png [new file with mode: 0644]
scene/resources/default_theme/selection.png [new file with mode: 0644]
scene/resources/default_theme/selection_oof.png [new file with mode: 0644]
scene/resources/default_theme/space.png [new file with mode: 0644]
scene/resources/default_theme/spinbox_updown.png [new file with mode: 0644]
scene/resources/default_theme/submenu.png [new file with mode: 0644]
scene/resources/default_theme/tab.png [new file with mode: 0644]
scene/resources/default_theme/tab_behind.png [new file with mode: 0644]
scene/resources/default_theme/tab_close.png [new file with mode: 0644]
scene/resources/default_theme/tab_container_bg.png [new file with mode: 0644]
scene/resources/default_theme/tab_current.png [new file with mode: 0644]
scene/resources/default_theme/tab_disabled.png [new file with mode: 0644]
scene/resources/default_theme/tab_menu.png [new file with mode: 0644]
scene/resources/default_theme/tab_menu_hl.png [new file with mode: 0644]
scene/resources/default_theme/theme_data.h [new file with mode: 0644]
scene/resources/default_theme/toggle_off.png [new file with mode: 0644]
scene/resources/default_theme/toggle_off_disabled.png [new file with mode: 0644]
scene/resources/default_theme/toggle_on.png [new file with mode: 0644]
scene/resources/default_theme/toggle_on_disabled.png [new file with mode: 0644]
scene/resources/default_theme/tooltip_bg.png [new file with mode: 0644]
scene/resources/default_theme/tree_bg.png [new file with mode: 0644]
scene/resources/default_theme/tree_bg_disabled.png [new file with mode: 0644]
scene/resources/default_theme/tree_title.png [new file with mode: 0644]
scene/resources/default_theme/tree_title_pressed.png [new file with mode: 0644]
scene/resources/default_theme/unchecked.png [new file with mode: 0644]
scene/resources/default_theme/unchecked_disabled.png [new file with mode: 0644]
scene/resources/default_theme/updown.png [new file with mode: 0644]
scene/resources/default_theme/vseparator.png [new file with mode: 0644]
scene/resources/default_theme/vslider_bg.png [new file with mode: 0644]
scene/resources/default_theme/vslider_grabber.png [new file with mode: 0644]
scene/resources/default_theme/vslider_grabber_disabled.png [new file with mode: 0644]
scene/resources/default_theme/vslider_grabber_hl.png [new file with mode: 0644]
scene/resources/default_theme/vslider_tick.png [new file with mode: 0644]
scene/resources/default_theme/vsplit_bg.png [new file with mode: 0644]
scene/resources/default_theme/vsplitter.png [new file with mode: 0644]
scene/resources/default_theme/window_resizer.png [new file with mode: 0644]
scene/resources/dynamic_font.cpp [new file with mode: 0644]
scene/resources/dynamic_font.h [new file with mode: 0644]
scene/resources/environment.cpp [new file with mode: 0644]
scene/resources/environment.h [new file with mode: 0644]
scene/resources/font.cpp [new file with mode: 0644]
scene/resources/font.h [new file with mode: 0644]
scene/resources/gradient.cpp [new file with mode: 0644]
scene/resources/gradient.h [new file with mode: 0644]
scene/resources/height_map_shape.cpp [new file with mode: 0644]
scene/resources/height_map_shape.h [new file with mode: 0644]
scene/resources/line_shape_2d.cpp [new file with mode: 0644]
scene/resources/line_shape_2d.h [new file with mode: 0644]
scene/resources/material.cpp [new file with mode: 0644]
scene/resources/material.h [new file with mode: 0644]
scene/resources/merging_tool.cpp [new file with mode: 0644]
scene/resources/merging_tool.h [new file with mode: 0644]
scene/resources/mesh.cpp [new file with mode: 0644]
scene/resources/mesh.h [new file with mode: 0644]
scene/resources/mesh_data_tool.cpp [new file with mode: 0644]
scene/resources/mesh_data_tool.h [new file with mode: 0644]
scene/resources/mesh_library.cpp [new file with mode: 0644]
scene/resources/mesh_library.h [new file with mode: 0644]
scene/resources/multimesh.cpp [new file with mode: 0644]
scene/resources/multimesh.h [new file with mode: 0644]
scene/resources/navigation_mesh.cpp [new file with mode: 0644]
scene/resources/navigation_mesh.h [new file with mode: 0644]
scene/resources/occluder_shape.cpp [new file with mode: 0644]
scene/resources/occluder_shape.h [new file with mode: 0644]
scene/resources/occluder_shape_polygon.cpp [new file with mode: 0644]
scene/resources/occluder_shape_polygon.h [new file with mode: 0644]
scene/resources/packed_scene.cpp [new file with mode: 0644]
scene/resources/packed_scene.h [new file with mode: 0644]
scene/resources/particles_material.cpp [new file with mode: 0644]
scene/resources/particles_material.h [new file with mode: 0644]
scene/resources/physics_material.cpp [new file with mode: 0644]
scene/resources/physics_material.h [new file with mode: 0644]
scene/resources/plane_shape.cpp [new file with mode: 0644]
scene/resources/plane_shape.h [new file with mode: 0644]
scene/resources/polygon_path_finder.cpp [new file with mode: 0644]
scene/resources/polygon_path_finder.h [new file with mode: 0644]
scene/resources/primitive_meshes.cpp [new file with mode: 0644]
scene/resources/primitive_meshes.h [new file with mode: 0644]
scene/resources/ray_shape.cpp [new file with mode: 0644]
scene/resources/ray_shape.h [new file with mode: 0644]
scene/resources/rectangle_shape_2d.cpp [new file with mode: 0644]
scene/resources/rectangle_shape_2d.h [new file with mode: 0644]
scene/resources/resource_format_text.cpp [new file with mode: 0644]
scene/resources/resource_format_text.h [new file with mode: 0644]
scene/resources/segment_shape_2d.cpp [new file with mode: 0644]
scene/resources/segment_shape_2d.h [new file with mode: 0644]
scene/resources/shader.cpp [new file with mode: 0644]
scene/resources/shader.h [new file with mode: 0644]
scene/resources/shape.cpp [new file with mode: 0644]
scene/resources/shape.h [new file with mode: 0644]
scene/resources/shape_2d.cpp [new file with mode: 0644]
scene/resources/shape_2d.h [new file with mode: 0644]
scene/resources/skin.cpp [new file with mode: 0644]
scene/resources/skin.h [new file with mode: 0644]
scene/resources/sky.cpp [new file with mode: 0644]
scene/resources/sky.h [new file with mode: 0644]
scene/resources/sphere_shape.cpp [new file with mode: 0644]
scene/resources/sphere_shape.h [new file with mode: 0644]
scene/resources/style_box.cpp [new file with mode: 0644]
scene/resources/style_box.h [new file with mode: 0644]
scene/resources/surface_tool.cpp [new file with mode: 0644]
scene/resources/surface_tool.h [new file with mode: 0644]
scene/resources/text_file.cpp [new file with mode: 0644]
scene/resources/text_file.h [new file with mode: 0644]
scene/resources/texture.cpp [new file with mode: 0644]
scene/resources/texture.h [new file with mode: 0644]
scene/resources/theme.cpp [new file with mode: 0644]
scene/resources/theme.h [new file with mode: 0644]
scene/resources/tile_set.cpp [new file with mode: 0644]
scene/resources/tile_set.h [new file with mode: 0644]
scene/resources/video_stream.h [new file with mode: 0644]
scene/resources/visual_shader.cpp [new file with mode: 0644]
scene/resources/visual_shader.h [new file with mode: 0644]
scene/resources/visual_shader_nodes.cpp [new file with mode: 0644]
scene/resources/visual_shader_nodes.h [new file with mode: 0644]
scene/resources/world.cpp [new file with mode: 0644]
scene/resources/world.h [new file with mode: 0644]
scene/resources/world_2d.cpp [new file with mode: 0644]
scene/resources/world_2d.h [new file with mode: 0644]
scene/scene_string_names.cpp [new file with mode: 0644]
scene/scene_string_names.h [new file with mode: 0644]
scu_builders.py [new file with mode: 0755]
servers/SCsub [new file with mode: 0644]
servers/arvr/SCsub [new file with mode: 0644]
servers/arvr/arvr_interface.cpp [new file with mode: 0644]
servers/arvr/arvr_interface.h [new file with mode: 0644]
servers/arvr/arvr_positional_tracker.cpp [new file with mode: 0644]
servers/arvr/arvr_positional_tracker.h [new file with mode: 0644]
servers/arvr_server.cpp [new file with mode: 0644]
servers/arvr_server.h [new file with mode: 0644]
servers/audio/SCsub [new file with mode: 0644]
servers/audio/audio_driver_dummy.cpp [new file with mode: 0644]
servers/audio/audio_driver_dummy.h [new file with mode: 0644]
servers/audio/audio_effect.cpp [new file with mode: 0644]
servers/audio/audio_effect.h [new file with mode: 0644]
servers/audio/audio_filter_sw.cpp [new file with mode: 0644]
servers/audio/audio_filter_sw.h [new file with mode: 0644]
servers/audio/audio_rb_resampler.cpp [new file with mode: 0644]
servers/audio/audio_rb_resampler.h [new file with mode: 0644]
servers/audio/audio_stream.cpp [new file with mode: 0644]
servers/audio/audio_stream.h [new file with mode: 0644]
servers/audio/effects/SCsub [new file with mode: 0644]
servers/audio/effects/audio_effect_amplify.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_amplify.h [new file with mode: 0644]
servers/audio/effects/audio_effect_capture.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_capture.h [new file with mode: 0644]
servers/audio/effects/audio_effect_chorus.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_chorus.h [new file with mode: 0644]
servers/audio/effects/audio_effect_compressor.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_compressor.h [new file with mode: 0644]
servers/audio/effects/audio_effect_delay.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_delay.h [new file with mode: 0644]
servers/audio/effects/audio_effect_distortion.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_distortion.h [new file with mode: 0644]
servers/audio/effects/audio_effect_eq.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_eq.h [new file with mode: 0644]
servers/audio/effects/audio_effect_filter.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_filter.h [new file with mode: 0644]
servers/audio/effects/audio_effect_limiter.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_limiter.h [new file with mode: 0644]
servers/audio/effects/audio_effect_panner.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_panner.h [new file with mode: 0644]
servers/audio/effects/audio_effect_phaser.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_phaser.h [new file with mode: 0644]
servers/audio/effects/audio_effect_pitch_shift.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_pitch_shift.h [new file with mode: 0644]
servers/audio/effects/audio_effect_record.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_record.h [new file with mode: 0644]
servers/audio/effects/audio_effect_reverb.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_reverb.h [new file with mode: 0644]
servers/audio/effects/audio_effect_spectrum_analyzer.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_spectrum_analyzer.h [new file with mode: 0644]
servers/audio/effects/audio_effect_stereo_enhance.cpp [new file with mode: 0644]
servers/audio/effects/audio_effect_stereo_enhance.h [new file with mode: 0644]
servers/audio/effects/audio_stream_generator.cpp [new file with mode: 0644]
servers/audio/effects/audio_stream_generator.h [new file with mode: 0644]
servers/audio/effects/eq_filter.cpp [new file with mode: 0644]
servers/audio/effects/eq_filter.h [new file with mode: 0644]
servers/audio/effects/reverb_filter.cpp [new file with mode: 0644]
servers/audio/effects/reverb_filter.h [new file with mode: 0644]
servers/audio_server.cpp [new file with mode: 0644]
servers/audio_server.h [new file with mode: 0644]
servers/camera/SCsub [new file with mode: 0644]
servers/camera/camera_feed.cpp [new file with mode: 0644]
servers/camera/camera_feed.h [new file with mode: 0644]
servers/camera_server.cpp [new file with mode: 0644]
servers/camera_server.h [new file with mode: 0644]
servers/navigation_2d_server.cpp [new file with mode: 0644]
servers/navigation_2d_server.h [new file with mode: 0644]
servers/navigation_server.cpp [new file with mode: 0644]
servers/navigation_server.h [new file with mode: 0644]
servers/navigation_server_dummy.h [new file with mode: 0644]
servers/physics/SCsub [new file with mode: 0644]
servers/physics/area_pair_sw.cpp [new file with mode: 0644]
servers/physics/area_pair_sw.h [new file with mode: 0644]
servers/physics/area_sw.cpp [new file with mode: 0644]
servers/physics/area_sw.h [new file with mode: 0644]
servers/physics/body_pair_sw.cpp [new file with mode: 0644]
servers/physics/body_pair_sw.h [new file with mode: 0644]
servers/physics/body_sw.cpp [new file with mode: 0644]
servers/physics/body_sw.h [new file with mode: 0644]
servers/physics/broad_phase_basic.cpp [new file with mode: 0644]
servers/physics/broad_phase_basic.h [new file with mode: 0644]
servers/physics/broad_phase_bvh.cpp [new file with mode: 0644]
servers/physics/broad_phase_bvh.h [new file with mode: 0644]
servers/physics/broad_phase_octree.cpp [new file with mode: 0644]
servers/physics/broad_phase_octree.h [new file with mode: 0644]
servers/physics/broad_phase_sw.cpp [new file with mode: 0644]
servers/physics/broad_phase_sw.h [new file with mode: 0644]
servers/physics/collision_object_sw.cpp [new file with mode: 0644]
servers/physics/collision_object_sw.h [new file with mode: 0644]
servers/physics/collision_solver_sat.cpp [new file with mode: 0644]
servers/physics/collision_solver_sat.h [new file with mode: 0644]
servers/physics/collision_solver_sw.cpp [new file with mode: 0644]
servers/physics/collision_solver_sw.h [new file with mode: 0644]
servers/physics/constraint_sw.h [new file with mode: 0644]
servers/physics/gjk_epa.cpp [new file with mode: 0644]
servers/physics/gjk_epa.h [new file with mode: 0644]
servers/physics/joints/SCsub [new file with mode: 0644]
servers/physics/joints/cone_twist_joint_sw.cpp [new file with mode: 0644]
servers/physics/joints/cone_twist_joint_sw.h [new file with mode: 0644]
servers/physics/joints/generic_6dof_joint_sw.cpp [new file with mode: 0644]
servers/physics/joints/generic_6dof_joint_sw.h [new file with mode: 0644]
servers/physics/joints/hinge_joint_sw.cpp [new file with mode: 0644]
servers/physics/joints/hinge_joint_sw.h [new file with mode: 0644]
servers/physics/joints/jacobian_entry_sw.h [new file with mode: 0644]
servers/physics/joints/pin_joint_sw.cpp [new file with mode: 0644]
servers/physics/joints/pin_joint_sw.h [new file with mode: 0644]
servers/physics/joints/slider_joint_sw.cpp [new file with mode: 0644]
servers/physics/joints/slider_joint_sw.h [new file with mode: 0644]
servers/physics/joints_sw.h [new file with mode: 0644]
servers/physics/physics_server_sw.cpp [new file with mode: 0644]
servers/physics/physics_server_sw.h [new file with mode: 0644]
servers/physics/shape_sw.cpp [new file with mode: 0644]
servers/physics/shape_sw.h [new file with mode: 0644]
servers/physics/space_sw.cpp [new file with mode: 0644]
servers/physics/space_sw.h [new file with mode: 0644]
servers/physics/step_sw.cpp [new file with mode: 0644]
servers/physics/step_sw.h [new file with mode: 0644]
servers/physics_2d/SCsub [new file with mode: 0644]
servers/physics_2d/area_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/area_2d_sw.h [new file with mode: 0644]
servers/physics_2d/area_pair_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/area_pair_2d_sw.h [new file with mode: 0644]
servers/physics_2d/body_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/body_2d_sw.h [new file with mode: 0644]
servers/physics_2d/body_pair_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/body_pair_2d_sw.h [new file with mode: 0644]
servers/physics_2d/broad_phase_2d_basic.cpp [new file with mode: 0644]
servers/physics_2d/broad_phase_2d_basic.h [new file with mode: 0644]
servers/physics_2d/broad_phase_2d_bvh.cpp [new file with mode: 0644]
servers/physics_2d/broad_phase_2d_bvh.h [new file with mode: 0644]
servers/physics_2d/broad_phase_2d_hash_grid.cpp [new file with mode: 0644]
servers/physics_2d/broad_phase_2d_hash_grid.h [new file with mode: 0644]
servers/physics_2d/broad_phase_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/broad_phase_2d_sw.h [new file with mode: 0644]
servers/physics_2d/collision_object_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/collision_object_2d_sw.h [new file with mode: 0644]
servers/physics_2d/collision_solver_2d_sat.cpp [new file with mode: 0644]
servers/physics_2d/collision_solver_2d_sat.h [new file with mode: 0644]
servers/physics_2d/collision_solver_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/collision_solver_2d_sw.h [new file with mode: 0644]
servers/physics_2d/constraint_2d_sw.h [new file with mode: 0644]
servers/physics_2d/joints_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/joints_2d_sw.h [new file with mode: 0644]
servers/physics_2d/physics_2d_server_sw.cpp [new file with mode: 0644]
servers/physics_2d/physics_2d_server_sw.h [new file with mode: 0644]
servers/physics_2d/physics_2d_server_wrap_mt.cpp [new file with mode: 0644]
servers/physics_2d/physics_2d_server_wrap_mt.h [new file with mode: 0644]
servers/physics_2d/shape_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/shape_2d_sw.h [new file with mode: 0644]
servers/physics_2d/space_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/space_2d_sw.h [new file with mode: 0644]
servers/physics_2d/step_2d_sw.cpp [new file with mode: 0644]
servers/physics_2d/step_2d_sw.h [new file with mode: 0644]
servers/physics_2d_server.cpp [new file with mode: 0644]
servers/physics_2d_server.h [new file with mode: 0644]
servers/physics_server.cpp [new file with mode: 0644]
servers/physics_server.h [new file with mode: 0644]
servers/register_server_types.cpp [new file with mode: 0644]
servers/register_server_types.h [new file with mode: 0644]
servers/server_wrap_mt_common.h [new file with mode: 0644]
servers/visual/SCsub [new file with mode: 0644]
servers/visual/portals/SCsub [new file with mode: 0644]
servers/visual/portals/portal_defines.h [new file with mode: 0644]
servers/visual/portals/portal_gameplay_monitor.cpp [new file with mode: 0644]
servers/visual/portals/portal_gameplay_monitor.h [new file with mode: 0644]
servers/visual/portals/portal_occlusion_culler.cpp [new file with mode: 0644]
servers/visual/portals/portal_occlusion_culler.h [new file with mode: 0644]
servers/visual/portals/portal_pvs.cpp [new file with mode: 0644]
servers/visual/portals/portal_pvs.h [new file with mode: 0644]
servers/visual/portals/portal_pvs_builder.cpp [new file with mode: 0644]
servers/visual/portals/portal_pvs_builder.h [new file with mode: 0644]
servers/visual/portals/portal_renderer.cpp [new file with mode: 0644]
servers/visual/portals/portal_renderer.h [new file with mode: 0644]
servers/visual/portals/portal_resources.cpp [new file with mode: 0644]
servers/visual/portals/portal_resources.h [new file with mode: 0644]
servers/visual/portals/portal_rooms_bsp.cpp [new file with mode: 0644]
servers/visual/portals/portal_rooms_bsp.h [new file with mode: 0644]
servers/visual/portals/portal_tracer.cpp [new file with mode: 0644]
servers/visual/portals/portal_tracer.h [new file with mode: 0644]
servers/visual/portals/portal_types.cpp [new file with mode: 0644]
servers/visual/portals/portal_types.h [new file with mode: 0644]
servers/visual/rasterizer.cpp [new file with mode: 0644]
servers/visual/rasterizer.h [new file with mode: 0644]
servers/visual/shader_language.cpp [new file with mode: 0644]
servers/visual/shader_language.h [new file with mode: 0644]
servers/visual/shader_types.cpp [new file with mode: 0644]
servers/visual/shader_types.h [new file with mode: 0644]
servers/visual/visual_server_canvas.cpp [new file with mode: 0644]
servers/visual/visual_server_canvas.h [new file with mode: 0644]
servers/visual/visual_server_canvas_helper.cpp [new file with mode: 0644]
servers/visual/visual_server_canvas_helper.h [new file with mode: 0644]
servers/visual/visual_server_constants.h [new file with mode: 0644]
servers/visual/visual_server_globals.cpp [new file with mode: 0644]
servers/visual/visual_server_globals.h [new file with mode: 0644]
servers/visual/visual_server_light_culler.cpp [new file with mode: 0644]
servers/visual/visual_server_light_culler.h [new file with mode: 0644]
servers/visual/visual_server_raster.cpp [new file with mode: 0644]
servers/visual/visual_server_raster.h [new file with mode: 0644]
servers/visual/visual_server_scene.cpp [new file with mode: 0644]
servers/visual/visual_server_scene.h [new file with mode: 0644]
servers/visual/visual_server_viewport.cpp [new file with mode: 0644]
servers/visual/visual_server_viewport.h [new file with mode: 0644]
servers/visual/visual_server_wrap_mt.cpp [new file with mode: 0644]
servers/visual/visual_server_wrap_mt.h [new file with mode: 0644]
servers/visual_server.cpp [new file with mode: 0644]
servers/visual_server.h [new file with mode: 0644]
servers/visual_server_callbacks.cpp [new file with mode: 0644]
servers/visual_server_callbacks.h [new file with mode: 0644]
thirdparty/README.md [new file with mode: 0644]
thirdparty/brotli/LICENSE [new file with mode: 0644]
thirdparty/brotli/common/constants.c [new file with mode: 0644]
thirdparty/brotli/common/constants.h [new file with mode: 0644]
thirdparty/brotli/common/context.c [new file with mode: 0644]
thirdparty/brotli/common/context.h [new file with mode: 0644]
thirdparty/brotli/common/dictionary.c [new file with mode: 0644]
thirdparty/brotli/common/dictionary.h [new file with mode: 0644]
thirdparty/brotli/common/platform.c [new file with mode: 0644]
thirdparty/brotli/common/platform.h [new file with mode: 0644]
thirdparty/brotli/common/shared_dictionary.c [new file with mode: 0644]
thirdparty/brotli/common/shared_dictionary_internal.h [new file with mode: 0644]
thirdparty/brotli/common/transform.c [new file with mode: 0644]
thirdparty/brotli/common/transform.h [new file with mode: 0644]
thirdparty/brotli/common/version.h [new file with mode: 0644]
thirdparty/brotli/dec/bit_reader.c [new file with mode: 0644]
thirdparty/brotli/dec/bit_reader.h [new file with mode: 0644]
thirdparty/brotli/dec/decode.c [new file with mode: 0644]
thirdparty/brotli/dec/huffman.c [new file with mode: 0644]
thirdparty/brotli/dec/huffman.h [new file with mode: 0644]
thirdparty/brotli/dec/prefix.h [new file with mode: 0644]
thirdparty/brotli/dec/state.c [new file with mode: 0644]
thirdparty/brotli/dec/state.h [new file with mode: 0644]
thirdparty/brotli/include/brotli/decode.h [new file with mode: 0644]
thirdparty/brotli/include/brotli/encode.h [new file with mode: 0644]
thirdparty/brotli/include/brotli/port.h [new file with mode: 0644]
thirdparty/brotli/include/brotli/shared_dictionary.h [new file with mode: 0644]
thirdparty/brotli/include/brotli/types.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvt.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvt.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btDispatcher.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btDispatcher.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionConfiguration.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcherMt.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcherMt.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionObject.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionObject.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionObjectWrapper.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorldImporter.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorldImporter.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btGhostObject.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btGhostObject.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btHashedSimplePairCache.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btHashedSimplePairCache.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btManifoldResult.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btManifoldResult.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btUnionFind.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionDispatch/btUnionFind.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btBox2dShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btBox2dShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btBoxShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btBoxShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btCapsuleShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btCapsuleShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btCollisionMargin.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btCollisionShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btCollisionShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btCompoundShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btCompoundShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConcaveShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConcaveShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConeShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConeShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvex2dShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvex2dShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexHullShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexHullShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPolyhedron.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPolyhedron.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btCylinderShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btCylinderShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btEmptyShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btEmptyShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btMaterial.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btMiniSDF.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btMiniSDF.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btSdfCollisionShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btSdfCollisionShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btShapeHull.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btShapeHull.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btSphereShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btSphereShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleCallback.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleCallback.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleInfoMap.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMesh.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMesh.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btBoxCollision.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btClipPolygon.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btCompoundFromGimpact.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btContactProcessing.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btContactProcessing.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btContactProcessingStructs.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactBvh.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactBvh.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactBvhStructs.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactMassUtil.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvhStructs.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactShape.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGImpactShape.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btGeometryOperations.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btQuantization.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btTriangleShapeEx.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/btTriangleShapeEx.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_array.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_basic_geometry_operations.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_bitset.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_box_collision.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_box_set.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_box_set.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_clip_polygon.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_contact.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_contact.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_geom_types.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_geometry.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_hash_table.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_linear_math.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_math.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_memory.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_memory.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_pair.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_radixsort.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_tri_collision.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/Gimpact/gim_tri_collision.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btComputeGjkEpaPenetration.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkCollisionDescription.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa3.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btMprPenetration.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPointCollector.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Character/btCharacterControllerInterface.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Character/btKinematicCharacterController.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Character/btKinematicCharacterController.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btBatchedConstraints.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btBatchedConstraints.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btConstraintSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btContactSolverInfo.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btFixedConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btFixedConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btGearConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btGearConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btJacobianEntry.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btNNCGConstraintSolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btNNCGConstraintSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolverMt.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverBody.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btActionInterface.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorldMt.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorldMt.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btDynamicsWorld.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btRigidBody.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btRigidBody.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBody.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBody.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyFixedConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyFixedConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyGearConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyGearConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointFeedback.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointMotor.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointMotor.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyLink.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyLinkCollider.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyMLCPConstraintSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyPoint2Point.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyPoint2Point.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySliderConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySliderConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySolverConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySphericalJointLimit.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySphericalJointLimit.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySphericalJointMotor.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btDantzigLCP.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btDantzigLCP.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btDantzigSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btLemkeAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btLemkeAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btLemkeSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btMLCPSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btMLCPSolverInterface.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btPATHSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/MLCPSolvers/btSolveProjectedGaussSeidel.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Vehicle/btRaycastVehicle.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Vehicle/btRaycastVehicle.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Vehicle/btVehicleRaycaster.h [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Vehicle/btWheelInfo.cpp [new file with mode: 0644]
thirdparty/bullet/BulletDynamics/Vehicle/btWheelInfo.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableBody.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableBody.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableBodyHelpers.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableBodyHelpers.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableBodySolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableBodySolver.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableContactConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/BulletReducedDeformableBody/btReducedDeformableContactConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/DeformableBodyInplaceSolverIslandCallback.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btCGProjection.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btConjugateGradient.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btConjugateResidual.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDefaultSoftBodySolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDefaultSoftBodySolver.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableBackwardEulerObjective.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableBackwardEulerObjective.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableBodySolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableBodySolver.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableContactConstraint.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableContactConstraint.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableContactProjection.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableContactProjection.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableCorotatedForce.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableGravityForce.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableLagrangianForce.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableLinearElasticityForce.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableMassSpringForce.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableMousePickingForce.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableMultiBodyConstraintSolver.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableMultiBodyConstraintSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableMultiBodyDynamicsWorld.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableMultiBodyDynamicsWorld.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btDeformableNeoHookeanForce.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btKrylovSolver.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btPreconditioner.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBody.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBody.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBodyData.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBodyHelpers.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBodyHelpers.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBodyInternals.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBodySolverVertexBuffer.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftBodySolvers.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftMultiBodyDynamicsWorld.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftMultiBodyDynamicsWorld.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftRigidCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftRigidDynamicsWorld.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftRigidDynamicsWorld.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSoftSoftCollisionAlgorithm.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/btSparseSDF.h [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/poly34.cpp [new file with mode: 0644]
thirdparty/bullet/BulletSoftBody/poly34.h [new file with mode: 0644]
thirdparty/bullet/LICENSE.txt [new file with mode: 0644]
thirdparty/bullet/LinearMath/TaskScheduler/btTaskScheduler.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/TaskScheduler/btThreadSupportInterface.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/TaskScheduler/btThreadSupportPosix.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/TaskScheduler/btThreadSupportWin32.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btAabbUtil2.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btAlignedAllocator.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btAlignedAllocator.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btAlignedObjectArray.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btConvexHull.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btConvexHull.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btConvexHullComputer.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btConvexHullComputer.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btCpuFeatureUtility.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btDefaultMotionState.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btGeometryUtil.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btGeometryUtil.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btGrahamScan2dConvexHull.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btHashMap.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btIDebugDraw.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btImplicitQRSVD.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btList.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btMatrix3x3.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btMatrixX.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btMinMax.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btModifiedGramSchmidt.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btMotionState.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btPolarDecomposition.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btPolarDecomposition.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btPoolAllocator.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btQuadWord.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btQuaternion.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btQuickprof.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btQuickprof.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btRandom.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btReducedVector.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btReducedVector.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btScalar.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btSerializer.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btSerializer.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btSerializer64.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btSpatialAlgebra.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btStackAlloc.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btThreads.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btThreads.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btTransform.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btTransformUtil.h [new file with mode: 0644]
thirdparty/bullet/LinearMath/btVector3.cpp [new file with mode: 0644]
thirdparty/bullet/LinearMath/btVector3.h [new file with mode: 0644]
thirdparty/bullet/VERSION.txt [new file with mode: 0644]
thirdparty/bullet/btBulletCollisionAll.cpp [new file with mode: 0644]
thirdparty/bullet/btBulletCollisionCommon.h [new file with mode: 0644]
thirdparty/bullet/btBulletDynamicsAll.cpp [new file with mode: 0644]
thirdparty/bullet/btBulletDynamicsCommon.h [new file with mode: 0644]
thirdparty/bullet/btLinearMathAll.cpp [new file with mode: 0644]
thirdparty/certs/ca-certificates.crt [new file with mode: 0644]
thirdparty/cvtt/ConvectionKernels.cpp [new file with mode: 0644]
thirdparty/cvtt/ConvectionKernels.h [new file with mode: 0644]
thirdparty/cvtt/ConvectionKernels_BC7_SingleColor.h [new file with mode: 0644]
thirdparty/cvtt/LICENSE.txt [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_any_of.h [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_filter.h [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_for.h [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_for_for.h [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_for_for_prefix_sum.h [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_map.h [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_partition.h [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_prefix_sum.h [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_reduce.h [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_set.h [new file with mode: 0644]
thirdparty/embree/common/algorithms/parallel_sort.h [new file with mode: 0644]
thirdparty/embree/common/lexers/parsestream.h [new file with mode: 0644]
thirdparty/embree/common/lexers/stream.h [new file with mode: 0644]
thirdparty/embree/common/lexers/streamfilters.h [new file with mode: 0644]
thirdparty/embree/common/lexers/stringstream.cpp [new file with mode: 0644]
thirdparty/embree/common/lexers/stringstream.h [new file with mode: 0644]
thirdparty/embree/common/lexers/tokenstream.cpp [new file with mode: 0644]
thirdparty/embree/common/lexers/tokenstream.h [new file with mode: 0644]
thirdparty/embree/common/math/affinespace.h [new file with mode: 0644]
thirdparty/embree/common/math/bbox.h [new file with mode: 0644]
thirdparty/embree/common/math/col3.h [new file with mode: 0644]
thirdparty/embree/common/math/col4.h [new file with mode: 0644]
thirdparty/embree/common/math/color.h [new file with mode: 0644]
thirdparty/embree/common/math/constants.cpp [new file with mode: 0644]
thirdparty/embree/common/math/constants.h [new file with mode: 0644]
thirdparty/embree/common/math/interval.h [new file with mode: 0644]
thirdparty/embree/common/math/lbbox.h [new file with mode: 0644]
thirdparty/embree/common/math/linearspace2.h [new file with mode: 0644]
thirdparty/embree/common/math/linearspace3.h [new file with mode: 0644]
thirdparty/embree/common/math/math.h [new file with mode: 0644]
thirdparty/embree/common/math/obbox.h [new file with mode: 0644]
thirdparty/embree/common/math/quaternion.h [new file with mode: 0644]
thirdparty/embree/common/math/range.h [new file with mode: 0644]
thirdparty/embree/common/math/transcendental.h [new file with mode: 0644]
thirdparty/embree/common/math/vec2.h [new file with mode: 0644]
thirdparty/embree/common/math/vec2fa.h [new file with mode: 0644]
thirdparty/embree/common/math/vec3.h [new file with mode: 0644]
thirdparty/embree/common/math/vec3ba.h [new file with mode: 0644]
thirdparty/embree/common/math/vec3fa.h [new file with mode: 0644]
thirdparty/embree/common/math/vec3ia.h [new file with mode: 0644]
thirdparty/embree/common/math/vec4.h [new file with mode: 0644]
thirdparty/embree/common/simd/arm/avx2neon.h [new file with mode: 0644]
thirdparty/embree/common/simd/arm/emulation.h [new file with mode: 0644]
thirdparty/embree/common/simd/arm/sse2neon.h [new file with mode: 0644]
thirdparty/embree/common/simd/avx.h [new file with mode: 0644]
thirdparty/embree/common/simd/avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/simd.h [new file with mode: 0644]
thirdparty/embree/common/simd/sse.cpp [new file with mode: 0644]
thirdparty/embree/common/simd/sse.h [new file with mode: 0644]
thirdparty/embree/common/simd/varying.h [new file with mode: 0644]
thirdparty/embree/common/simd/vboold4_avx.h [new file with mode: 0644]
thirdparty/embree/common/simd/vboold4_avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/vboold8_avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/vboolf16_avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/vboolf4_avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/vboolf4_sse2.h [new file with mode: 0644]
thirdparty/embree/common/simd/vboolf8_avx.h [new file with mode: 0644]
thirdparty/embree/common/simd/vboolf8_avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/vdouble4_avx.h [new file with mode: 0644]
thirdparty/embree/common/simd/vdouble8_avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/vfloat16_avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/vfloat4_sse2.h [new file with mode: 0644]
thirdparty/embree/common/simd/vfloat8_avx.h [new file with mode: 0644]
thirdparty/embree/common/simd/vint16_avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/vint4_sse2.h [new file with mode: 0644]
thirdparty/embree/common/simd/vint8_avx.h [new file with mode: 0644]
thirdparty/embree/common/simd/vint8_avx2.h [new file with mode: 0644]
thirdparty/embree/common/simd/vllong4_avx2.h [new file with mode: 0644]
thirdparty/embree/common/simd/vllong8_avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/vuint16_avx512.h [new file with mode: 0644]
thirdparty/embree/common/simd/vuint4_sse2.h [new file with mode: 0644]
thirdparty/embree/common/simd/vuint8_avx.h [new file with mode: 0644]
thirdparty/embree/common/simd/vuint8_avx2.h [new file with mode: 0644]
thirdparty/embree/common/simd/wasm/emulation.h [new file with mode: 0644]
thirdparty/embree/common/sys/alloc.cpp [new file with mode: 0644]
thirdparty/embree/common/sys/alloc.h [new file with mode: 0644]
thirdparty/embree/common/sys/array.h [new file with mode: 0644]
thirdparty/embree/common/sys/atomic.h [new file with mode: 0644]
thirdparty/embree/common/sys/barrier.cpp [new file with mode: 0644]
thirdparty/embree/common/sys/barrier.h [new file with mode: 0644]
thirdparty/embree/common/sys/condition.cpp [new file with mode: 0644]
thirdparty/embree/common/sys/condition.h [new file with mode: 0644]
thirdparty/embree/common/sys/filename.cpp [new file with mode: 0644]
thirdparty/embree/common/sys/filename.h [new file with mode: 0644]
thirdparty/embree/common/sys/intrinsics.h [new file with mode: 0644]
thirdparty/embree/common/sys/library.cpp [new file with mode: 0644]
thirdparty/embree/common/sys/library.h [new file with mode: 0644]
thirdparty/embree/common/sys/mutex.cpp [new file with mode: 0644]
thirdparty/embree/common/sys/mutex.h [new file with mode: 0644]
thirdparty/embree/common/sys/platform.h [new file with mode: 0644]
thirdparty/embree/common/sys/ref.h [new file with mode: 0644]
thirdparty/embree/common/sys/regression.cpp [new file with mode: 0644]
thirdparty/embree/common/sys/regression.h [new file with mode: 0644]
thirdparty/embree/common/sys/string.cpp [new file with mode: 0644]
thirdparty/embree/common/sys/string.h [new file with mode: 0644]
thirdparty/embree/common/sys/sysinfo.cpp [new file with mode: 0644]
thirdparty/embree/common/sys/sysinfo.h [new file with mode: 0644]
thirdparty/embree/common/sys/thread.cpp [new file with mode: 0644]
thirdparty/embree/common/sys/thread.h [new file with mode: 0644]
thirdparty/embree/common/sys/vector.h [new file with mode: 0644]
thirdparty/embree/common/tasking/taskscheduler.h [new file with mode: 0644]
thirdparty/embree/common/tasking/taskschedulerinternal.cpp [new file with mode: 0644]
thirdparty/embree/common/tasking/taskschedulerinternal.h [new file with mode: 0644]
thirdparty/embree/common/tasking/taskschedulerppl.h [new file with mode: 0644]
thirdparty/embree/common/tasking/taskschedulertbb.h [new file with mode: 0644]
thirdparty/embree/include/embree3/rtcore.h [new file with mode: 0644]
thirdparty/embree/include/embree3/rtcore_buffer.h [new file with mode: 0644]
thirdparty/embree/include/embree3/rtcore_builder.h [new file with mode: 0644]
thirdparty/embree/include/embree3/rtcore_common.h [new file with mode: 0644]
thirdparty/embree/include/embree3/rtcore_config.h [new file with mode: 0644]
thirdparty/embree/include/embree3/rtcore_device.h [new file with mode: 0644]
thirdparty/embree/include/embree3/rtcore_geometry.h [new file with mode: 0644]
thirdparty/embree/include/embree3/rtcore_quaternion.h [new file with mode: 0644]
thirdparty/embree/include/embree3/rtcore_ray.h [new file with mode: 0644]
thirdparty/embree/include/embree3/rtcore_scene.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/bvh_builder_hair.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/bvh_builder_morton.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/bvh_builder_msmblur.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/bvh_builder_msmblur_hair.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/bvh_builder_sah.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/heuristic_binning.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/heuristic_binning_array_aligned.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/heuristic_binning_array_unaligned.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/heuristic_openmerge_array.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/heuristic_spatial.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/heuristic_spatial_array.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/heuristic_strand_array.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/heuristic_timesplit_array.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/priminfo.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/primrefgen.cpp [new file with mode: 0644]
thirdparty/embree/kernels/builders/primrefgen.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/primrefgen_presplit.h [new file with mode: 0644]
thirdparty/embree/kernels/builders/splitter.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh4_factory.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh4_factory.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh8_factory.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh8_factory.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_builder.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_builder.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_builder_morton.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_builder_sah.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_builder_sah_mb.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_builder_sah_spatial.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_builder_twolevel.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_builder_twolevel.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_builder_twolevel_internal.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_collider.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_collider.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_factory.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector1.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector1.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector1_bvh4.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector_hybrid.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector_hybrid.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector_hybrid4_bvh4.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector_stream.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector_stream.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector_stream_bvh4.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector_stream_filters.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_intersector_stream_filters.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_node_aabb.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_node_aabb_mb.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_node_aabb_mb4d.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_node_base.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_node_obb.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_node_obb_mb.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_node_qaabb.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_node_ref.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_refit.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_refit.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_rotate.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_rotate.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_statistics.cpp [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_statistics.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_traverser1.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/bvh_traverser_stream.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/node_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/node_intersector1.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/node_intersector_frustum.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/node_intersector_packet.h [new file with mode: 0644]
thirdparty/embree/kernels/bvh/node_intersector_packet_stream.h [new file with mode: 0644]
thirdparty/embree/kernels/common/accel.h [new file with mode: 0644]
thirdparty/embree/kernels/common/accelinstance.h [new file with mode: 0644]
thirdparty/embree/kernels/common/acceln.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/acceln.h [new file with mode: 0644]
thirdparty/embree/kernels/common/accelset.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/accelset.h [new file with mode: 0644]
thirdparty/embree/kernels/common/alloc.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/alloc.h [new file with mode: 0644]
thirdparty/embree/kernels/common/buffer.h [new file with mode: 0644]
thirdparty/embree/kernels/common/builder.h [new file with mode: 0644]
thirdparty/embree/kernels/common/context.h [new file with mode: 0644]
thirdparty/embree/kernels/common/default.h [new file with mode: 0644]
thirdparty/embree/kernels/common/device.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/device.h [new file with mode: 0644]
thirdparty/embree/kernels/common/geometry.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/geometry.h [new file with mode: 0644]
thirdparty/embree/kernels/common/hit.h [new file with mode: 0644]
thirdparty/embree/kernels/common/instance_stack.h [new file with mode: 0644]
thirdparty/embree/kernels/common/isa.h [new file with mode: 0644]
thirdparty/embree/kernels/common/motion_derivative.h [new file with mode: 0644]
thirdparty/embree/kernels/common/point_query.h [new file with mode: 0644]
thirdparty/embree/kernels/common/primref.h [new file with mode: 0644]
thirdparty/embree/kernels/common/primref_mb.h [new file with mode: 0644]
thirdparty/embree/kernels/common/profile.h [new file with mode: 0644]
thirdparty/embree/kernels/common/ray.h [new file with mode: 0644]
thirdparty/embree/kernels/common/rtcore.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/rtcore.h [new file with mode: 0644]
thirdparty/embree/kernels/common/rtcore_builder.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/scene.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/scene.h [new file with mode: 0644]
thirdparty/embree/kernels/common/scene_curves.h [new file with mode: 0644]
thirdparty/embree/kernels/common/scene_grid_mesh.h [new file with mode: 0644]
thirdparty/embree/kernels/common/scene_instance.h [new file with mode: 0644]
thirdparty/embree/kernels/common/scene_line_segments.h [new file with mode: 0644]
thirdparty/embree/kernels/common/scene_points.h [new file with mode: 0644]
thirdparty/embree/kernels/common/scene_quad_mesh.h [new file with mode: 0644]
thirdparty/embree/kernels/common/scene_subdiv_mesh.h [new file with mode: 0644]
thirdparty/embree/kernels/common/scene_triangle_mesh.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/scene_triangle_mesh.h [new file with mode: 0644]
thirdparty/embree/kernels/common/scene_user_geometry.h [new file with mode: 0644]
thirdparty/embree/kernels/common/stack_item.h [new file with mode: 0644]
thirdparty/embree/kernels/common/stat.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/stat.h [new file with mode: 0644]
thirdparty/embree/kernels/common/state.cpp [new file with mode: 0644]
thirdparty/embree/kernels/common/state.h [new file with mode: 0644]
thirdparty/embree/kernels/common/vector.h [new file with mode: 0644]
thirdparty/embree/kernels/config.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/cone.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/coneline_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/conelinei_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curveNi.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curveNi_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curveNi_mb.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curveNi_mb_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curveNv.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curveNv_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curve_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curve_intersector_distance.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curve_intersector_oriented.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curve_intersector_precalculations.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curve_intersector_ribbon.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curve_intersector_sweep.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/curve_intersector_virtual.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/cylinder.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/disc_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/disci_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/filter.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/grid_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/grid_soa.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/grid_soa_intersector1.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/grid_soa_intersector_packet.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/instance.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/instance_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/intersector_epilog.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/intersector_iterators.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/line_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/linei.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/linei_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/object.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/object_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/plane.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/pointi.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/primitive.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/primitive4.cpp [new file with mode: 0644]
thirdparty/embree/kernels/geometry/quad_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/quad_intersector_moeller.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/quad_intersector_pluecker.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/quadi.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/quadi_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/quadv.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/quadv_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/roundline_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/roundlinei_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/sphere_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/spherei_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/subdivpatch1.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/subdivpatch1_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/subgrid.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/subgrid_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/subgrid_intersector_moeller.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/subgrid_intersector_pluecker.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/subgrid_mb_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/triangle.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/triangle_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/triangle_intersector_moeller.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/triangle_intersector_pluecker.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/triangle_intersector_woop.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/triangle_triangle_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/trianglei.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/trianglei_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/trianglev.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/trianglev_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/trianglev_mb.h [new file with mode: 0644]
thirdparty/embree/kernels/geometry/trianglev_mb_intersector.h [new file with mode: 0644]
thirdparty/embree/kernels/hash.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/bezier_curve.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/bezier_patch.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/bilinear_patch.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/bspline_curve.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/bspline_patch.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/catmullclark_coefficients.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/catmullclark_patch.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/catmullclark_ring.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/catmullrom_curve.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/feature_adaptive_eval.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/feature_adaptive_eval_grid.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/feature_adaptive_eval_simd.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/gregory_patch.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/gregory_patch_dense.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/gridrange.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/half_edge.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/hermite_curve.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/linear_bezier_patch.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/patch.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/patch_eval.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/patch_eval_grid.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/patch_eval_simd.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/subdivpatch1base.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/tessellation.h [new file with mode: 0644]
thirdparty/embree/kernels/subdiv/tessellation_cache.h [new file with mode: 0644]
thirdparty/embree/patches/godot-changes-noexcept.patch [new file with mode: 0644]
thirdparty/enet/LICENSE [new file with mode: 0644]
thirdparty/enet/callbacks.c [new file with mode: 0644]
thirdparty/enet/compress.c [new file with mode: 0644]
thirdparty/enet/enet/callbacks.h [new file with mode: 0644]
thirdparty/enet/enet/enet.h [new file with mode: 0644]
thirdparty/enet/enet/godot.h [new file with mode: 0644]
thirdparty/enet/enet/godot_ext.h [new file with mode: 0644]
thirdparty/enet/enet/list.h [new file with mode: 0644]
thirdparty/enet/enet/protocol.h [new file with mode: 0644]
thirdparty/enet/enet/time.h [new file with mode: 0644]
thirdparty/enet/enet/types.h [new file with mode: 0644]
thirdparty/enet/enet/utility.h [new file with mode: 0644]
thirdparty/enet/godot.cpp [new file with mode: 0644]
thirdparty/enet/host.c [new file with mode: 0644]
thirdparty/enet/list.c [new file with mode: 0644]
thirdparty/enet/packet.c [new file with mode: 0644]
thirdparty/enet/patches/godot_socket.patch [new file with mode: 0644]
thirdparty/enet/peer.c [new file with mode: 0644]
thirdparty/enet/protocol.c [new file with mode: 0644]
thirdparty/etc2comp/AUTHORS [new file with mode: 0644]
thirdparty/etc2comp/Etc.cpp [new file with mode: 0644]
thirdparty/etc2comp/Etc.h [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4.h [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding.h [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4EncodingBits.h [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_ETC1.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_ETC1.h [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_R11.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_R11.h [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_RG11.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_RG11.h [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_RGB8.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_RGB8.h [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_RGB8A1.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_RGB8A1.h [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_RGBA8.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcBlock4x4Encoding_RGBA8.h [new file with mode: 0644]
thirdparty/etc2comp/EtcColor.h [new file with mode: 0644]
thirdparty/etc2comp/EtcColorFloatRGBA.h [new file with mode: 0644]
thirdparty/etc2comp/EtcConfig.h [new file with mode: 0644]
thirdparty/etc2comp/EtcDifferentialTrys.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcDifferentialTrys.h [new file with mode: 0644]
thirdparty/etc2comp/EtcErrorMetric.h [new file with mode: 0644]
thirdparty/etc2comp/EtcFile.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcFile.h [new file with mode: 0644]
thirdparty/etc2comp/EtcFileHeader.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcFileHeader.h [new file with mode: 0644]
thirdparty/etc2comp/EtcFilter.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcFilter.h [new file with mode: 0644]
thirdparty/etc2comp/EtcImage.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcImage.h [new file with mode: 0644]
thirdparty/etc2comp/EtcIndividualTrys.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcIndividualTrys.h [new file with mode: 0644]
thirdparty/etc2comp/EtcMath.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcMath.h [new file with mode: 0644]
thirdparty/etc2comp/EtcSortedBlockList.cpp [new file with mode: 0644]
thirdparty/etc2comp/EtcSortedBlockList.h [new file with mode: 0644]
thirdparty/etc2comp/LICENSE [new file with mode: 0644]
thirdparty/etc2comp/README.md [new file with mode: 0644]
thirdparty/etc2comp/patches/fix-rgba8-max-channels.patch [new file with mode: 0644]
thirdparty/fonts/DroidSansFallback.woff2 [new file with mode: 0644]
thirdparty/fonts/DroidSansJapanese.woff2 [new file with mode: 0644]
thirdparty/fonts/Hack_Regular.woff2 [new file with mode: 0644]
thirdparty/fonts/LICENSE.DroidSans.txt [new file with mode: 0644]
thirdparty/fonts/LICENSE.Noto.txt [new file with mode: 0644]
thirdparty/fonts/LICENSE_Hack.md [new file with mode: 0644]
thirdparty/fonts/NotoNaskhArabicUI_Regular.woff2 [new file with mode: 0644]
thirdparty/fonts/NotoSansDevanagariUI_Regular.woff2 [new file with mode: 0644]
thirdparty/fonts/NotoSansHebrew_Regular.woff2 [new file with mode: 0644]
thirdparty/fonts/NotoSansThaiUI_Regular.woff2 [new file with mode: 0644]
thirdparty/fonts/NotoSansUI_Bold.woff2 [new file with mode: 0644]
thirdparty/fonts/NotoSansUI_Regular.woff2 [new file with mode: 0644]
thirdparty/freetype/FTL.TXT [new file with mode: 0644]
thirdparty/freetype/LICENSE.TXT [new file with mode: 0644]
thirdparty/freetype/include/freetype/config/ftconfig.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/config/ftheader.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/config/ftmodule.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/config/ftoption.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/config/ftstdlib.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/config/integer-types.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/config/mac-support.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/config/public-macros.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/freetype.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftadvanc.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftbbox.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftbdf.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftbitmap.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftbzip2.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftcache.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftchapters.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftcid.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftcolor.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftdriver.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/fterrdef.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/fterrors.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftfntfmt.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftgasp.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftglyph.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftgxval.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftgzip.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftimage.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftincrem.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftlcdfil.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftlist.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftlogging.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftlzw.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftmac.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftmm.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftmodapi.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftmoderr.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftotval.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftoutln.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftparams.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftpfr.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftrender.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftsizes.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftsnames.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftstroke.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftsynth.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftsystem.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/fttrigon.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/fttypes.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ftwinfnt.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/autohint.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/cffotypes.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/cfftypes.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/compiler-macros.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftcalc.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftdebug.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftdrv.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftgloadr.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/fthash.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftmemory.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftobjs.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftpsprop.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftrfork.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftserv.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftstream.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/fttrace.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/ftvalid.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/psaux.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/pshints.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svbdf.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svcfftl.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svcid.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svfntfmt.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svgldict.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svgxval.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svkern.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svmetric.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svmm.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svotval.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svpfr.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svpostnm.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svprop.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svpscmap.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svpsinfo.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svsfnt.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svttcmap.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svtteng.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svttglyf.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/services/svwinfnt.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/sfnt.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/svginterface.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/t1types.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/tttypes.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/internal/wofftypes.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/otsvg.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/t1tables.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/ttnameid.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/tttables.h [new file with mode: 0644]
thirdparty/freetype/include/freetype/tttags.h [new file with mode: 0644]
thirdparty/freetype/include/ft2build.h [new file with mode: 0644]
thirdparty/freetype/patches/fix_gcc_lto_build.diff [new file with mode: 0644]
thirdparty/freetype/src/autofit/afblue.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/afblue.cin [new file with mode: 0644]
thirdparty/freetype/src/autofit/afblue.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afblue.hin [new file with mode: 0644]
thirdparty/freetype/src/autofit/afcjk.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/afcjk.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afcover.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afdummy.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/afdummy.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/aferrors.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afglobal.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/afglobal.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afhints.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/afhints.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afindic.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/afindic.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/aflatin.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/aflatin.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afloader.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/afloader.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afmodule.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/afmodule.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afranges.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/afranges.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afscript.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afshaper.c [new file with mode: 0644]
thirdparty/freetype/src/autofit/afshaper.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afstyles.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/aftypes.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afws-decl.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/afws-iter.h [new file with mode: 0644]
thirdparty/freetype/src/autofit/autofit.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftadvanc.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftbase.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftbase.h [new file with mode: 0644]
thirdparty/freetype/src/base/ftbbox.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftbdf.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftbitmap.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftcalc.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftcid.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftcolor.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftdbgmem.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftdebug.c [new file with mode: 0644]
thirdparty/freetype/src/base/fterrors.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftfntfmt.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftfstype.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftgasp.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftgloadr.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftglyph.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftgxval.c [new file with mode: 0644]
thirdparty/freetype/src/base/fthash.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftinit.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftlcdfil.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftmac.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftmm.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftobjs.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftotval.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftoutln.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftpatent.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftpfr.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftpsprop.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftrfork.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftsnames.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftstream.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftstroke.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftsynth.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftsystem.c [new file with mode: 0644]
thirdparty/freetype/src/base/fttrigon.c [new file with mode: 0644]
thirdparty/freetype/src/base/fttype1.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftutil.c [new file with mode: 0644]
thirdparty/freetype/src/base/ftver.rc [new file with mode: 0644]
thirdparty/freetype/src/base/ftwinfnt.c [new file with mode: 0644]
thirdparty/freetype/src/base/md5.c [new file with mode: 0644]
thirdparty/freetype/src/base/md5.h [new file with mode: 0644]
thirdparty/freetype/src/bdf/bdf.c [new file with mode: 0644]
thirdparty/freetype/src/bdf/bdf.h [new file with mode: 0644]
thirdparty/freetype/src/bdf/bdfdrivr.c [new file with mode: 0644]
thirdparty/freetype/src/bdf/bdfdrivr.h [new file with mode: 0644]
thirdparty/freetype/src/bdf/bdferror.h [new file with mode: 0644]
thirdparty/freetype/src/bdf/bdflib.c [new file with mode: 0644]
thirdparty/freetype/src/bzip2/ftbzip2.c [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcache.c [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcbasic.c [new file with mode: 0644]
thirdparty/freetype/src/cache/ftccache.c [new file with mode: 0644]
thirdparty/freetype/src/cache/ftccache.h [new file with mode: 0644]
thirdparty/freetype/src/cache/ftccback.h [new file with mode: 0644]
thirdparty/freetype/src/cache/ftccmap.c [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcerror.h [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcglyph.c [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcglyph.h [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcimage.c [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcimage.h [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcmanag.c [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcmanag.h [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcmru.c [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcmru.h [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcsbits.c [new file with mode: 0644]
thirdparty/freetype/src/cache/ftcsbits.h [new file with mode: 0644]
thirdparty/freetype/src/cff/cff.c [new file with mode: 0644]
thirdparty/freetype/src/cff/cffcmap.c [new file with mode: 0644]
thirdparty/freetype/src/cff/cffcmap.h [new file with mode: 0644]
thirdparty/freetype/src/cff/cffdrivr.c [new file with mode: 0644]
thirdparty/freetype/src/cff/cffdrivr.h [new file with mode: 0644]
thirdparty/freetype/src/cff/cfferrs.h [new file with mode: 0644]
thirdparty/freetype/src/cff/cffgload.c [new file with mode: 0644]
thirdparty/freetype/src/cff/cffgload.h [new file with mode: 0644]
thirdparty/freetype/src/cff/cffload.c [new file with mode: 0644]
thirdparty/freetype/src/cff/cffload.h [new file with mode: 0644]
thirdparty/freetype/src/cff/cffobjs.c [new file with mode: 0644]
thirdparty/freetype/src/cff/cffobjs.h [new file with mode: 0644]
thirdparty/freetype/src/cff/cffparse.c [new file with mode: 0644]
thirdparty/freetype/src/cff/cffparse.h [new file with mode: 0644]
thirdparty/freetype/src/cff/cfftoken.h [new file with mode: 0644]
thirdparty/freetype/src/cid/ciderrs.h [new file with mode: 0644]
thirdparty/freetype/src/cid/cidgload.c [new file with mode: 0644]
thirdparty/freetype/src/cid/cidgload.h [new file with mode: 0644]
thirdparty/freetype/src/cid/cidload.c [new file with mode: 0644]
thirdparty/freetype/src/cid/cidload.h [new file with mode: 0644]
thirdparty/freetype/src/cid/cidobjs.c [new file with mode: 0644]
thirdparty/freetype/src/cid/cidobjs.h [new file with mode: 0644]
thirdparty/freetype/src/cid/cidparse.c [new file with mode: 0644]
thirdparty/freetype/src/cid/cidparse.h [new file with mode: 0644]
thirdparty/freetype/src/cid/cidriver.c [new file with mode: 0644]
thirdparty/freetype/src/cid/cidriver.h [new file with mode: 0644]
thirdparty/freetype/src/cid/cidtoken.h [new file with mode: 0644]
thirdparty/freetype/src/cid/type1cid.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvalid.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvalid.h [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvbsln.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvcommn.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvcommn.h [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxverror.h [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvfeat.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvfeat.h [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvfgen.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvjust.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvkern.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvlcar.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmod.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmod.h [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmort.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmort.h [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmort0.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmort1.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmort2.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmort4.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmort5.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmorx.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmorx.h [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmorx0.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmorx1.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmorx2.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmorx4.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvmorx5.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvopbd.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvprop.c [new file with mode: 0644]
thirdparty/freetype/src/gxvalid/gxvtrak.c [new file with mode: 0644]
thirdparty/freetype/src/gzip/ftgzip.c [new file with mode: 0644]
thirdparty/freetype/src/gzip/ftzconf.h [new file with mode: 0644]
thirdparty/freetype/src/lzw/ftlzw.c [new file with mode: 0644]
thirdparty/freetype/src/lzw/ftzopen.c [new file with mode: 0644]
thirdparty/freetype/src/lzw/ftzopen.h [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvalid.c [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvalid.h [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvbase.c [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvcommn.c [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvcommn.h [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otverror.h [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvgdef.c [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvgpos.c [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvgpos.h [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvgsub.c [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvjstf.c [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvmath.c [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvmod.c [new file with mode: 0644]
thirdparty/freetype/src/otvalid/otvmod.h [new file with mode: 0644]
thirdparty/freetype/src/pcf/pcf.c [new file with mode: 0644]
thirdparty/freetype/src/pcf/pcf.h [new file with mode: 0644]
thirdparty/freetype/src/pcf/pcfdrivr.c [new file with mode: 0644]
thirdparty/freetype/src/pcf/pcfdrivr.h [new file with mode: 0644]
thirdparty/freetype/src/pcf/pcferror.h [new file with mode: 0644]
thirdparty/freetype/src/pcf/pcfread.c [new file with mode: 0644]
thirdparty/freetype/src/pcf/pcfread.h [new file with mode: 0644]
thirdparty/freetype/src/pcf/pcfutil.c [new file with mode: 0644]
thirdparty/freetype/src/pcf/pcfutil.h [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfr.c [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrcmap.c [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrcmap.h [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrdrivr.c [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrdrivr.h [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrerror.h [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrgload.c [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrgload.h [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrload.c [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrload.h [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrobjs.c [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrobjs.h [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrsbit.c [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrsbit.h [new file with mode: 0644]
thirdparty/freetype/src/pfr/pfrtypes.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/afmparse.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/afmparse.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/cffdecode.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/cffdecode.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psarrst.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psarrst.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psaux.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psauxerr.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psauxmod.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psauxmod.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psblues.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psblues.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psconv.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psconv.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/pserror.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/pserror.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psfixed.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psfont.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psfont.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psft.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psft.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psglue.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/pshints.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/pshints.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psintrp.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psintrp.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psobjs.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psobjs.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psread.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psread.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/psstack.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/psstack.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/pstypes.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/t1cmap.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/t1cmap.h [new file with mode: 0644]
thirdparty/freetype/src/psaux/t1decode.c [new file with mode: 0644]
thirdparty/freetype/src/psaux/t1decode.h [new file with mode: 0644]
thirdparty/freetype/src/pshinter/pshalgo.c [new file with mode: 0644]
thirdparty/freetype/src/pshinter/pshalgo.h [new file with mode: 0644]
thirdparty/freetype/src/pshinter/pshglob.c [new file with mode: 0644]
thirdparty/freetype/src/pshinter/pshglob.h [new file with mode: 0644]
thirdparty/freetype/src/pshinter/pshinter.c [new file with mode: 0644]
thirdparty/freetype/src/pshinter/pshmod.c [new file with mode: 0644]
thirdparty/freetype/src/pshinter/pshmod.h [new file with mode: 0644]
thirdparty/freetype/src/pshinter/pshnterr.h [new file with mode: 0644]
thirdparty/freetype/src/pshinter/pshrec.c [new file with mode: 0644]
thirdparty/freetype/src/pshinter/pshrec.h [new file with mode: 0644]
thirdparty/freetype/src/psnames/psmodule.c [new file with mode: 0644]
thirdparty/freetype/src/psnames/psmodule.h [new file with mode: 0644]
thirdparty/freetype/src/psnames/psnamerr.h [new file with mode: 0644]
thirdparty/freetype/src/psnames/psnames.c [new file with mode: 0644]
thirdparty/freetype/src/psnames/pstables.h [new file with mode: 0644]
thirdparty/freetype/src/raster/ftmisc.h [new file with mode: 0644]
thirdparty/freetype/src/raster/ftraster.c [new file with mode: 0644]
thirdparty/freetype/src/raster/ftraster.h [new file with mode: 0644]
thirdparty/freetype/src/raster/ftrend1.c [new file with mode: 0644]
thirdparty/freetype/src/raster/ftrend1.h [new file with mode: 0644]
thirdparty/freetype/src/raster/raster.c [new file with mode: 0644]
thirdparty/freetype/src/raster/rasterrs.h [new file with mode: 0644]
thirdparty/freetype/src/sdf/ftbsdf.c [new file with mode: 0644]
thirdparty/freetype/src/sdf/ftsdf.c [new file with mode: 0644]
thirdparty/freetype/src/sdf/ftsdf.h [new file with mode: 0644]
thirdparty/freetype/src/sdf/ftsdfcommon.c [new file with mode: 0644]
thirdparty/freetype/src/sdf/ftsdfcommon.h [new file with mode: 0644]
thirdparty/freetype/src/sdf/ftsdferrs.h [new file with mode: 0644]
thirdparty/freetype/src/sdf/ftsdfrend.c [new file with mode: 0644]
thirdparty/freetype/src/sdf/ftsdfrend.h [new file with mode: 0644]
thirdparty/freetype/src/sdf/sdf.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/pngshim.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/pngshim.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/sfdriver.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/sfdriver.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/sferrors.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/sfnt.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/sfobjs.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/sfobjs.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/sfwoff.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/sfwoff.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/sfwoff2.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/sfwoff2.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttbdf.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttbdf.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttcmap.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttcmap.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttcmapc.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttcolr.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttcolr.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttcpal.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttcpal.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttkern.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttkern.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttload.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttload.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttmtx.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttmtx.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttpost.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttpost.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttsbit.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttsbit.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttsvg.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/ttsvg.h [new file with mode: 0644]
thirdparty/freetype/src/sfnt/woff2tags.c [new file with mode: 0644]
thirdparty/freetype/src/sfnt/woff2tags.h [new file with mode: 0644]
thirdparty/freetype/src/smooth/ftgrays.c [new file with mode: 0644]
thirdparty/freetype/src/smooth/ftgrays.h [new file with mode: 0644]
thirdparty/freetype/src/smooth/ftsmerrs.h [new file with mode: 0644]
thirdparty/freetype/src/smooth/ftsmooth.c [new file with mode: 0644]
thirdparty/freetype/src/smooth/ftsmooth.h [new file with mode: 0644]
thirdparty/freetype/src/smooth/smooth.c [new file with mode: 0644]
thirdparty/freetype/src/svg/ftsvg.c [new file with mode: 0644]
thirdparty/freetype/src/svg/ftsvg.h [new file with mode: 0644]
thirdparty/freetype/src/svg/svg.c [new file with mode: 0644]
thirdparty/freetype/src/svg/svgtypes.h [new file with mode: 0644]
thirdparty/freetype/src/truetype/truetype.c [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttdriver.c [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttdriver.h [new file with mode: 0644]
thirdparty/freetype/src/truetype/tterrors.h [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttgload.c [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttgload.h [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttgxvar.c [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttgxvar.h [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttinterp.c [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttinterp.h [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttobjs.c [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttobjs.h [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttpload.c [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttpload.h [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttsubpix.c [new file with mode: 0644]
thirdparty/freetype/src/truetype/ttsubpix.h [new file with mode: 0644]
thirdparty/freetype/src/type1/t1afm.c [new file with mode: 0644]
thirdparty/freetype/src/type1/t1afm.h [new file with mode: 0644]
thirdparty/freetype/src/type1/t1driver.c [new file with mode: 0644]
thirdparty/freetype/src/type1/t1driver.h [new file with mode: 0644]
thirdparty/freetype/src/type1/t1errors.h [new file with mode: 0644]
thirdparty/freetype/src/type1/t1gload.c [new file with mode: 0644]
thirdparty/freetype/src/type1/t1gload.h [new file with mode: 0644]
thirdparty/freetype/src/type1/t1load.c [new file with mode: 0644]
thirdparty/freetype/src/type1/t1load.h [new file with mode: 0644]
thirdparty/freetype/src/type1/t1objs.c [new file with mode: 0644]
thirdparty/freetype/src/type1/t1objs.h [new file with mode: 0644]
thirdparty/freetype/src/type1/t1parse.c [new file with mode: 0644]
thirdparty/freetype/src/type1/t1parse.h [new file with mode: 0644]
thirdparty/freetype/src/type1/t1tokens.h [new file with mode: 0644]
thirdparty/freetype/src/type1/type1.c [new file with mode: 0644]
thirdparty/freetype/src/type42/t42drivr.c [new file with mode: 0644]
thirdparty/freetype/src/type42/t42drivr.h [new file with mode: 0644]
thirdparty/freetype/src/type42/t42error.h [new file with mode: 0644]
thirdparty/freetype/src/type42/t42objs.c [new file with mode: 0644]
thirdparty/freetype/src/type42/t42objs.h [new file with mode: 0644]
thirdparty/freetype/src/type42/t42parse.c [new file with mode: 0644]
thirdparty/freetype/src/type42/t42parse.h [new file with mode: 0644]
thirdparty/freetype/src/type42/t42types.h [new file with mode: 0644]
thirdparty/freetype/src/type42/type42.c [new file with mode: 0644]
thirdparty/freetype/src/winfonts/fnterrs.h [new file with mode: 0644]
thirdparty/freetype/src/winfonts/winfnt.c [new file with mode: 0644]
thirdparty/freetype/src/winfonts/winfnt.h [new file with mode: 0644]
thirdparty/glad/KHR/khrplatform.h [new file with mode: 0644]
thirdparty/glad/LICENSE [new file with mode: 0644]
thirdparty/glad/glad.c [new file with mode: 0644]
thirdparty/glad/glad/glad.h [new file with mode: 0644]
thirdparty/jpeg-compressor/jpgd.cpp [new file with mode: 0644]
thirdparty/jpeg-compressor/jpgd.h [new file with mode: 0644]
thirdparty/jpeg-compressor/jpgd_idct.h [new file with mode: 0644]
thirdparty/libogg/COPYING [new file with mode: 0644]
thirdparty/libogg/bitwise.c [new file with mode: 0644]
thirdparty/libogg/crctable.h [new file with mode: 0644]
thirdparty/libogg/framing.c [new file with mode: 0644]
thirdparty/libogg/ogg/config_types.h [new file with mode: 0644]
thirdparty/libogg/ogg/ogg.h [new file with mode: 0644]
thirdparty/libogg/ogg/os_types.h [new file with mode: 0644]
thirdparty/libpng/LICENSE [new file with mode: 0644]
thirdparty/libpng/arm/arm_init.c [new file with mode: 0644]
thirdparty/libpng/arm/filter_neon.S [new file with mode: 0644]
thirdparty/libpng/arm/filter_neon_intrinsics.c [new file with mode: 0644]
thirdparty/libpng/arm/palette_neon_intrinsics.c [new file with mode: 0644]
thirdparty/libpng/png.c [new file with mode: 0644]
thirdparty/libpng/png.h [new file with mode: 0644]
thirdparty/libpng/pngconf.h [new file with mode: 0644]
thirdparty/libpng/pngdebug.h [new file with mode: 0644]
thirdparty/libpng/pngerror.c [new file with mode: 0644]
thirdparty/libpng/pngget.c [new file with mode: 0644]
thirdparty/libpng/pnginfo.h [new file with mode: 0644]
thirdparty/libpng/pnglibconf.h [new file with mode: 0644]
thirdparty/libpng/pngmem.c [new file with mode: 0644]
thirdparty/libpng/pngpread.c [new file with mode: 0644]
thirdparty/libpng/pngpriv.h [new file with mode: 0644]
thirdparty/libpng/pngread.c [new file with mode: 0644]
thirdparty/libpng/pngrio.c [new file with mode: 0644]
thirdparty/libpng/pngrtran.c [new file with mode: 0644]
thirdparty/libpng/pngrutil.c [new file with mode: 0644]
thirdparty/libpng/pngset.c [new file with mode: 0644]
thirdparty/libpng/pngstruct.h [new file with mode: 0644]
thirdparty/libpng/pngtrans.c [new file with mode: 0644]
thirdparty/libpng/pngwio.c [new file with mode: 0644]
thirdparty/libpng/pngwrite.c [new file with mode: 0644]
thirdparty/libpng/pngwtran.c [new file with mode: 0644]
thirdparty/libpng/pngwutil.c [new file with mode: 0644]
thirdparty/libsimplewebm/LICENSE [new file with mode: 0644]
thirdparty/libsimplewebm/OpusVorbisDecoder.cpp [new file with mode: 0644]
thirdparty/libsimplewebm/OpusVorbisDecoder.hpp [new file with mode: 0644]
thirdparty/libsimplewebm/VPXDecoder.cpp [new file with mode: 0644]
thirdparty/libsimplewebm/VPXDecoder.hpp [new file with mode: 0644]
thirdparty/libsimplewebm/WebMDemuxer.cpp [new file with mode: 0644]
thirdparty/libsimplewebm/WebMDemuxer.hpp [new file with mode: 0644]
thirdparty/libsimplewebm/libwebm/AUTHORS.TXT [new file with mode: 0644]
thirdparty/libsimplewebm/libwebm/LICENSE.TXT [new file with mode: 0644]
thirdparty/libsimplewebm/libwebm/PATENTS.TXT [new file with mode: 0644]
thirdparty/libsimplewebm/libwebm/README.libvpx [new file with mode: 0644]
thirdparty/libsimplewebm/libwebm/common/webmids.h [new file with mode: 0644]
thirdparty/libsimplewebm/libwebm/mkvmuxer/mkvmuxertypes.h [new file with mode: 0644]
thirdparty/libsimplewebm/libwebm/mkvparser/mkvparser.cc [new file with mode: 0644]
thirdparty/libsimplewebm/libwebm/mkvparser/mkvparser.h [new file with mode: 0644]
thirdparty/libtheora/COPYING [new file with mode: 0644]
thirdparty/libtheora/LICENSE [new file with mode: 0644]
thirdparty/libtheora/analyze.c [new file with mode: 0644]
thirdparty/libtheora/apiwrapper.c [new file with mode: 0644]
thirdparty/libtheora/apiwrapper.h [new file with mode: 0644]
thirdparty/libtheora/bitpack.c [new file with mode: 0644]
thirdparty/libtheora/bitpack.h [new file with mode: 0644]
thirdparty/libtheora/cpu.c [new file with mode: 0644]
thirdparty/libtheora/cpu.h [new file with mode: 0644]
thirdparty/libtheora/dct.h [new file with mode: 0644]
thirdparty/libtheora/decapiwrapper.c [new file with mode: 0644]
thirdparty/libtheora/decinfo.c [new file with mode: 0644]
thirdparty/libtheora/decint.h [new file with mode: 0644]
thirdparty/libtheora/decode.c [new file with mode: 0644]
thirdparty/libtheora/dequant.c [new file with mode: 0644]
thirdparty/libtheora/dequant.h [new file with mode: 0644]
thirdparty/libtheora/encapiwrapper.c [new file with mode: 0644]
thirdparty/libtheora/encfrag.c [new file with mode: 0644]
thirdparty/libtheora/encinfo.c [new file with mode: 0644]
thirdparty/libtheora/encint.h [new file with mode: 0644]
thirdparty/libtheora/encode.c [new file with mode: 0644]
thirdparty/libtheora/encoder_disabled.c [new file with mode: 0644]
thirdparty/libtheora/enquant.c [new file with mode: 0644]
thirdparty/libtheora/enquant.h [new file with mode: 0644]
thirdparty/libtheora/fdct.c [new file with mode: 0644]
thirdparty/libtheora/fragment.c [new file with mode: 0644]
thirdparty/libtheora/huffdec.c [new file with mode: 0644]
thirdparty/libtheora/huffdec.h [new file with mode: 0644]
thirdparty/libtheora/huffenc.c [new file with mode: 0644]
thirdparty/libtheora/huffenc.h [new file with mode: 0644]
thirdparty/libtheora/huffman.h [new file with mode: 0644]
thirdparty/libtheora/idct.c [new file with mode: 0644]
thirdparty/libtheora/info.c [new file with mode: 0644]
thirdparty/libtheora/internal.c [new file with mode: 0644]
thirdparty/libtheora/internal.h [new file with mode: 0644]
thirdparty/libtheora/mathops.c [new file with mode: 0644]
thirdparty/libtheora/mathops.h [new file with mode: 0644]
thirdparty/libtheora/mcenc.c [new file with mode: 0644]
thirdparty/libtheora/modedec.h [new file with mode: 0644]
thirdparty/libtheora/ocintrin.h [new file with mode: 0644]
thirdparty/libtheora/patches/theora.git-0ae66d565e6bead8604d312bc1a4e9dccf245c88.patch [new file with mode: 0644]
thirdparty/libtheora/quant.c [new file with mode: 0644]
thirdparty/libtheora/quant.h [new file with mode: 0644]
thirdparty/libtheora/rate.c [new file with mode: 0644]
thirdparty/libtheora/state.c [new file with mode: 0644]
thirdparty/libtheora/theora/codec.h [new file with mode: 0644]
thirdparty/libtheora/theora/theora.h [new file with mode: 0644]
thirdparty/libtheora/theora/theoradec.h [new file with mode: 0644]
thirdparty/libtheora/theora/theoraenc.h [new file with mode: 0644]
thirdparty/libtheora/tokenize.c [new file with mode: 0644]
thirdparty/libtheora/x86/mmxencfrag.c [new file with mode: 0644]
thirdparty/libtheora/x86/mmxfdct.c [new file with mode: 0644]
thirdparty/libtheora/x86/mmxfrag.c [new file with mode: 0644]
thirdparty/libtheora/x86/mmxfrag.h [new file with mode: 0644]
thirdparty/libtheora/x86/mmxidct.c [new file with mode: 0644]
thirdparty/libtheora/x86/mmxloop.h [new file with mode: 0644]
thirdparty/libtheora/x86/mmxstate.c [new file with mode: 0644]
thirdparty/libtheora/x86/sse2fdct.c [new file with mode: 0644]
thirdparty/libtheora/x86/x86enc.c [new file with mode: 0644]
thirdparty/libtheora/x86/x86enc.h [new file with mode: 0644]
thirdparty/libtheora/x86/x86int.h [new file with mode: 0644]
thirdparty/libtheora/x86/x86state.c [new file with mode: 0644]
thirdparty/libtheora/x86_vc/mmxencfrag.c [new file with mode: 0644]
thirdparty/libtheora/x86_vc/mmxfdct.c [new file with mode: 0644]
thirdparty/libtheora/x86_vc/mmxfrag.c [new file with mode: 0644]
thirdparty/libtheora/x86_vc/mmxfrag.h [new file with mode: 0644]
thirdparty/libtheora/x86_vc/mmxidct.c [new file with mode: 0644]
thirdparty/libtheora/x86_vc/mmxloop.h [new file with mode: 0644]
thirdparty/libtheora/x86_vc/mmxstate.c [new file with mode: 0644]
thirdparty/libtheora/x86_vc/x86enc.c [new file with mode: 0644]
thirdparty/libtheora/x86_vc/x86enc.h [new file with mode: 0644]
thirdparty/libtheora/x86_vc/x86int.h [new file with mode: 0644]
thirdparty/libtheora/x86_vc/x86state.c [new file with mode: 0644]
thirdparty/libvorbis/COPYING [new file with mode: 0644]
thirdparty/libvorbis/analysis.c [new file with mode: 0644]
thirdparty/libvorbis/backends.h [new file with mode: 0644]
thirdparty/libvorbis/barkmel.c [new file with mode: 0644]
thirdparty/libvorbis/bitrate.c [new file with mode: 0644]
thirdparty/libvorbis/bitrate.h [new file with mode: 0644]
thirdparty/libvorbis/block.c [new file with mode: 0644]
thirdparty/libvorbis/books/coupled/res_books_51.h [new file with mode: 0644]
thirdparty/libvorbis/books/coupled/res_books_stereo.h [new file with mode: 0644]
thirdparty/libvorbis/books/floor/floor_books.h [new file with mode: 0644]
thirdparty/libvorbis/books/uncoupled/res_books_uncoupled.h [new file with mode: 0644]
thirdparty/libvorbis/codebook.c [new file with mode: 0644]
thirdparty/libvorbis/codebook.h [new file with mode: 0644]
thirdparty/libvorbis/codec_internal.h [new file with mode: 0644]
thirdparty/libvorbis/envelope.c [new file with mode: 0644]
thirdparty/libvorbis/envelope.h [new file with mode: 0644]
thirdparty/libvorbis/floor0.c [new file with mode: 0644]
thirdparty/libvorbis/floor1.c [new file with mode: 0644]
thirdparty/libvorbis/highlevel.h [new file with mode: 0644]
thirdparty/libvorbis/info.c [new file with mode: 0644]
thirdparty/libvorbis/lookup.c [new file with mode: 0644]
thirdparty/libvorbis/lookup.h [new file with mode: 0644]
thirdparty/libvorbis/lookup_data.h [new file with mode: 0644]
thirdparty/libvorbis/lpc.c [new file with mode: 0644]
thirdparty/libvorbis/lpc.h [new file with mode: 0644]
thirdparty/libvorbis/lsp.c [new file with mode: 0644]
thirdparty/libvorbis/lsp.h [new file with mode: 0644]
thirdparty/libvorbis/mapping0.c [new file with mode: 0644]
thirdparty/libvorbis/masking.h [new file with mode: 0644]
thirdparty/libvorbis/mdct.c [new file with mode: 0644]
thirdparty/libvorbis/mdct.h [new file with mode: 0644]
thirdparty/libvorbis/misc.h [new file with mode: 0644]
thirdparty/libvorbis/modes/floor_all.h [new file with mode: 0644]
thirdparty/libvorbis/modes/psych_11.h [new file with mode: 0644]
thirdparty/libvorbis/modes/psych_16.h [new file with mode: 0644]
thirdparty/libvorbis/modes/psych_44.h [new file with mode: 0644]
thirdparty/libvorbis/modes/psych_8.h [new file with mode: 0644]
thirdparty/libvorbis/modes/residue_16.h [new file with mode: 0644]
thirdparty/libvorbis/modes/residue_44.h [new file with mode: 0644]
thirdparty/libvorbis/modes/residue_44p51.h [new file with mode: 0644]
thirdparty/libvorbis/modes/residue_44u.h [new file with mode: 0644]
thirdparty/libvorbis/modes/residue_8.h [new file with mode: 0644]
thirdparty/libvorbis/modes/setup_11.h [new file with mode: 0644]
thirdparty/libvorbis/modes/setup_16.h [new file with mode: 0644]
thirdparty/libvorbis/modes/setup_22.h [new file with mode: 0644]
thirdparty/libvorbis/modes/setup_32.h [new file with mode: 0644]
thirdparty/libvorbis/modes/setup_44.h [new file with mode: 0644]
thirdparty/libvorbis/modes/setup_44p51.h [new file with mode: 0644]
thirdparty/libvorbis/modes/setup_44u.h [new file with mode: 0644]
thirdparty/libvorbis/modes/setup_8.h [new file with mode: 0644]
thirdparty/libvorbis/modes/setup_X.h [new file with mode: 0644]
thirdparty/libvorbis/os.h [new file with mode: 0644]
thirdparty/libvorbis/psy.c [new file with mode: 0644]
thirdparty/libvorbis/psy.h [new file with mode: 0644]
thirdparty/libvorbis/psytune.c [new file with mode: 0644]
thirdparty/libvorbis/registry.c [new file with mode: 0644]
thirdparty/libvorbis/registry.h [new file with mode: 0644]
thirdparty/libvorbis/res0.c [new file with mode: 0644]
thirdparty/libvorbis/scales.h [new file with mode: 0644]
thirdparty/libvorbis/sharedbook.c [new file with mode: 0644]
thirdparty/libvorbis/smallft.c [new file with mode: 0644]
thirdparty/libvorbis/smallft.h [new file with mode: 0644]
thirdparty/libvorbis/synthesis.c [new file with mode: 0644]
thirdparty/libvorbis/tone.c [new file with mode: 0644]
thirdparty/libvorbis/vorbis/codec.h [new file with mode: 0644]
thirdparty/libvorbis/vorbis/vorbisenc.h [new file with mode: 0644]
thirdparty/libvorbis/vorbis/vorbisfile.h [new file with mode: 0644]
thirdparty/libvorbis/vorbisenc.c [new file with mode: 0644]
thirdparty/libvorbis/vorbisfile.c [new file with mode: 0644]
thirdparty/libvorbis/window.c [new file with mode: 0644]
thirdparty/libvorbis/window.h [new file with mode: 0644]
thirdparty/libvpx/AUTHORS [new file with mode: 0644]
thirdparty/libvpx/CHANGELOG [new file with mode: 0644]
thirdparty/libvpx/LICENSE [new file with mode: 0644]
thirdparty/libvpx/PATENTS [new file with mode: 0644]
thirdparty/libvpx/rtcd/vp8_rtcd_arm.h [new file with mode: 0644]
thirdparty/libvpx/rtcd/vp8_rtcd_c.h [new file with mode: 0644]
thirdparty/libvpx/rtcd/vp8_rtcd_x86.h [new file with mode: 0644]
thirdparty/libvpx/rtcd/vp9_rtcd_arm.h [new file with mode: 0644]
thirdparty/libvpx/rtcd/vp9_rtcd_c.h [new file with mode: 0644]
thirdparty/libvpx/rtcd/vp9_rtcd_x86.h [new file with mode: 0644]
thirdparty/libvpx/rtcd/vpx_dsp_rtcd_arm.h [new file with mode: 0644]
thirdparty/libvpx/rtcd/vpx_dsp_rtcd_c.h [new file with mode: 0644]
thirdparty/libvpx/rtcd/vpx_dsp_rtcd_x86.h [new file with mode: 0644]
thirdparty/libvpx/third_party/android/cpu-features.c [new file with mode: 0644]
thirdparty/libvpx/third_party/android/cpu-features.h [new file with mode: 0644]
thirdparty/libvpx/third_party/x86inc/LICENSE [new file with mode: 0644]
thirdparty/libvpx/third_party/x86inc/README.libvpx [new file with mode: 0644]
thirdparty/libvpx/third_party/x86inc/x86inc.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/alloccommon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/alloccommon.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/loopfilter_arm.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/bilinearpredict_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/copymem_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/dc_only_idct_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/dequant_idct_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/dequantizeb_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/idct_blk_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/idct_dequant_0_2x_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/idct_dequant_full_2x_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/iwalsh_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/loopfiltersimplehorizontaledge_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/loopfiltersimpleverticaledge_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/mbloopfilter_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/shortidct4x4llm_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/sixtappredict_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/arm/neon/vp8_loopfilter_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/blockd.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/blockd.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/coefupdateprobs.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/common.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/copy_c.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/debugmodes.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/default_coef_probs.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/dequantize.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/entropy.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/entropy.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/entropymode.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/entropymode.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/entropymv.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/entropymv.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/extend.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/extend.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/filter.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/filter.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/findnearmv.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/findnearmv.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/generic/systemdependent.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/header.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/idct_blk.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/idctllm.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/invtrans.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/loopfilter.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/loopfilter_filters.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/mbpitch.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/modecont.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/modecont.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/mv.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/onyxc_int.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/onyxd.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/ppflags.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/quant_common.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/quant_common.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/reconinter.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/reconinter.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/reconintra.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/reconintra.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/reconintra4x4.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/reconintra4x4.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/rtcd.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/setupintrarecon.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/setupintrarecon.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/swapyv12buffer.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/swapyv12buffer.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/systemdependent.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/threading.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/treecoder.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/treecoder.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/vp8_entropymodedata.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/vp8_loopfilter.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/copy_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/copy_sse3.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/dequantize_mmx.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/filter_x86.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/filter_x86.h [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/idct_blk_mmx.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/idct_blk_sse2.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/idctllm_mmx.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/idctllm_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/iwalsh_mmx.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/iwalsh_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/loopfilter_block_sse2_x86_64.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/loopfilter_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/loopfilter_x86.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/recon_mmx.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/recon_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/subpixel_mmx.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/subpixel_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/subpixel_ssse3.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/vp8_asm_stubs.c [new file with mode: 0644]
thirdparty/libvpx/vp8/common/x86/vp8_loopfilter_mmx.asm [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/dboolhuff.c [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/dboolhuff.h [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/decodeframe.c [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/decodemv.c [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/decodemv.h [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/decoderthreading.h [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/detokenize.c [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/detokenize.h [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/onyxd_if.c [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/onyxd_int.h [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/threading.c [new file with mode: 0644]
thirdparty/libvpx/vp8/decoder/treereader.h [new file with mode: 0644]
thirdparty/libvpx/vp8/vp8_dx_iface.c [new file with mode: 0644]
thirdparty/libvpx/vp8_rtcd.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/arm/neon/vp9_iht4x4_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/arm/neon/vp9_iht8x8_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_alloccommon.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_alloccommon.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_blockd.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_blockd.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_common.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_common_data.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_common_data.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_debugmodes.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_entropy.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_entropy.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_entropymode.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_entropymode.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_entropymv.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_entropymv.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_enums.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_filter.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_filter.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_frame_buffers.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_frame_buffers.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_idct.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_idct.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_loopfilter.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_loopfilter.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_mv.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_mvref_common.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_mvref_common.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_onyxc_int.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_ppflags.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_pred_common.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_pred_common.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_quant_common.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_quant_common.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_reconinter.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_reconinter.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_reconintra.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_reconintra.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_rtcd.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_scale.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_scale.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_scan.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_scan.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_seg_common.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_seg_common.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_thread_common.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_thread_common.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_tile_common.c [new file with mode: 0644]
thirdparty/libvpx/vp9/common/vp9_tile_common.h [new file with mode: 0644]
thirdparty/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_decodeframe.c [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_decodeframe.h [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_decodemv.c [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_decodemv.h [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_decoder.c [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_decoder.h [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_detokenize.c [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_detokenize.h [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_dsubexp.c [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_dsubexp.h [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_dthread.c [new file with mode: 0644]
thirdparty/libvpx/vp9/decoder/vp9_dthread.h [new file with mode: 0644]
thirdparty/libvpx/vp9/vp9_dx_iface.c [new file with mode: 0644]
thirdparty/libvpx/vp9/vp9_dx_iface.h [new file with mode: 0644]
thirdparty/libvpx/vp9/vp9_iface_common.h [new file with mode: 0644]
thirdparty/libvpx/vp9_rtcd.h [new file with mode: 0644]
thirdparty/libvpx/vpx/internal/vpx_codec_internal.h [new file with mode: 0644]
thirdparty/libvpx/vpx/internal/vpx_psnr.h [new file with mode: 0644]
thirdparty/libvpx/vpx/src/vpx_codec.c [new file with mode: 0644]
thirdparty/libvpx/vpx/src/vpx_decoder.c [new file with mode: 0644]
thirdparty/libvpx/vpx/src/vpx_image.c [new file with mode: 0644]
thirdparty/libvpx/vpx/src/vpx_psnr.c [new file with mode: 0644]
thirdparty/libvpx/vpx/vp8.h [new file with mode: 0644]
thirdparty/libvpx/vpx/vp8dx.h [new file with mode: 0644]
thirdparty/libvpx/vpx/vpx_codec.h [new file with mode: 0644]
thirdparty/libvpx/vpx/vpx_decoder.h [new file with mode: 0644]
thirdparty/libvpx/vpx/vpx_encoder.h [new file with mode: 0644]
thirdparty/libvpx/vpx/vpx_frame_buffer.h [new file with mode: 0644]
thirdparty/libvpx/vpx/vpx_image.h [new file with mode: 0644]
thirdparty/libvpx/vpx/vpx_integer.h [new file with mode: 0644]
thirdparty/libvpx/vpx_config.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_config.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/armasm_ms/intrapred_neon_asm.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/armasm_ms/loopfilter_mb_neon.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/armasm_ms/save_reg_neon.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/gas/intrapred_neon_asm.s [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/gas/loopfilter_mb_neon.s [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/gas/save_reg_neon.s [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/gas_apple/intrapred_neon_asm.s [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/gas_apple/loopfilter_mb_neon.s [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/gas_apple/save_reg_neon.s [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/idct16x16_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/idct16x16_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/idct32x32_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/idct4x4_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/idct8x8_add_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/intrapred_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/loopfilter_16_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/loopfilter_4_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/loopfilter_8_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/loopfilter_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/vpx_convolve8_avg_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/vpx_convolve8_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/vpx_convolve_avg_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/vpx_convolve_copy_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/arm/vpx_convolve_neon.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/bitreader.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/bitreader.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/bitreader_buffer.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/bitreader_buffer.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/intrapred.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/inv_txfm.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/inv_txfm.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/loopfilter.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/prob.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/prob.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/txfm_common.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/vpx_convolve.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/vpx_convolve.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/vpx_dsp_common.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/vpx_dsp_rtcd.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/vpx_filter.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/convolve.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/intrapred_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/intrapred_ssse3.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/inv_txfm_sse2.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/inv_txfm_sse2.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/inv_wht_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/loopfilter_avx2.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/loopfilter_sse2.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/txfm_common_sse2.h [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/vpx_asm_stubs.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_dsp_rtcd.h [new file with mode: 0644]
thirdparty/libvpx/vpx_mem/include/vpx_mem_intrnl.h [new file with mode: 0644]
thirdparty/libvpx/vpx_mem/vpx_mem.c [new file with mode: 0644]
thirdparty/libvpx/vpx_mem/vpx_mem.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/arm.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/arm_cpudetect.c [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/bitops.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/config.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/emmintrin_compat.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/emms.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/mem.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/mem_ops.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/mem_ops_aligned.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/msvc.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/system_state.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/vpx_once.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/vpx_timer.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/x86.h [new file with mode: 0644]
thirdparty/libvpx/vpx_ports/x86_abi_support.asm [new file with mode: 0644]
thirdparty/libvpx/vpx_scale/generic/yv12config.c [new file with mode: 0644]
thirdparty/libvpx/vpx_scale/generic/yv12extend.c [new file with mode: 0644]
thirdparty/libvpx/vpx_scale/vpx_scale.h [new file with mode: 0644]
thirdparty/libvpx/vpx_scale/vpx_scale_rtcd.c [new file with mode: 0644]
thirdparty/libvpx/vpx_scale/yv12config.h [new file with mode: 0644]
thirdparty/libvpx/vpx_scale_rtcd.h [new file with mode: 0644]
thirdparty/libvpx/vpx_util/endian_inl.h [new file with mode: 0644]
thirdparty/libvpx/vpx_util/vpx_thread.c [new file with mode: 0644]
thirdparty/libvpx/vpx_util/vpx_thread.h [new file with mode: 0644]
thirdparty/libvpx/vpx_version.h [new file with mode: 0644]
thirdparty/libwebp/AUTHORS [new file with mode: 0644]
thirdparty/libwebp/COPYING [new file with mode: 0644]
thirdparty/libwebp/PATENTS [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv.c [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv.h [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv_cpu.c [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv_cpu.h [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv_csp.c [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv_csp.h [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv_dsp.c [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv_dsp.h [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv_gamma.c [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv_gamma.h [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv_neon.c [new file with mode: 0644]
thirdparty/libwebp/sharpyuv/sharpyuv_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/alpha_dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/alphai_dec.h [new file with mode: 0644]
thirdparty/libwebp/src/dec/buffer_dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/common_dec.h [new file with mode: 0644]
thirdparty/libwebp/src/dec/frame_dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/idec_dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/io_dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/quant_dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/tree_dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/vp8_dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/vp8_dec.h [new file with mode: 0644]
thirdparty/libwebp/src/dec/vp8i_dec.h [new file with mode: 0644]
thirdparty/libwebp/src/dec/vp8l_dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/vp8li_dec.h [new file with mode: 0644]
thirdparty/libwebp/src/dec/webp_dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dec/webpi_dec.h [new file with mode: 0644]
thirdparty/libwebp/src/demux/anim_decode.c [new file with mode: 0644]
thirdparty/libwebp/src/demux/demux.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/alpha_processing.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/alpha_processing_mips_dsp_r2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/alpha_processing_neon.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/alpha_processing_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/alpha_processing_sse41.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/common_sse2.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/common_sse41.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/cost.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/cost_mips32.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/cost_mips_dsp_r2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/cost_neon.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/cost_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/cpu.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/cpu.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/dec.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/dec_clip_tables.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/dec_mips32.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/dec_mips_dsp_r2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/dec_msa.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/dec_neon.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/dec_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/dec_sse41.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/dsp.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/enc.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/enc_mips32.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/enc_mips_dsp_r2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/enc_msa.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/enc_neon.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/enc_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/enc_sse41.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/filters.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/filters_mips_dsp_r2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/filters_msa.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/filters_neon.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/filters_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_common.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_enc_mips32.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_enc_mips_dsp_r2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_enc_msa.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_enc_neon.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_enc_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_enc_sse41.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_mips_dsp_r2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_msa.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_neon.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/lossless_sse41.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/mips_macro.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/msa_macro.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/neon.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/quant.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/rescaler.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/rescaler_mips32.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/rescaler_mips_dsp_r2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/rescaler_msa.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/rescaler_neon.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/rescaler_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/ssim.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/ssim_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/upsampling.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/upsampling_mips_dsp_r2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/upsampling_msa.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/upsampling_neon.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/upsampling_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/upsampling_sse41.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/yuv.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/yuv.h [new file with mode: 0644]
thirdparty/libwebp/src/dsp/yuv_mips32.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/yuv_mips_dsp_r2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/yuv_neon.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/yuv_sse2.c [new file with mode: 0644]
thirdparty/libwebp/src/dsp/yuv_sse41.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/alpha_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/analysis_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/backward_references_cost_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/backward_references_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/backward_references_enc.h [new file with mode: 0644]
thirdparty/libwebp/src/enc/config_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/cost_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/cost_enc.h [new file with mode: 0644]
thirdparty/libwebp/src/enc/filter_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/frame_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/histogram_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/histogram_enc.h [new file with mode: 0644]
thirdparty/libwebp/src/enc/iterator_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/near_lossless_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/picture_csp_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/picture_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/picture_psnr_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/picture_rescale_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/picture_tools_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/predictor_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/quant_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/syntax_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/token_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/tree_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/vp8i_enc.h [new file with mode: 0644]
thirdparty/libwebp/src/enc/vp8l_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/enc/vp8li_enc.h [new file with mode: 0644]
thirdparty/libwebp/src/enc/webp_enc.c [new file with mode: 0644]
thirdparty/libwebp/src/mux/anim_encode.c [new file with mode: 0644]
thirdparty/libwebp/src/mux/animi.h [new file with mode: 0644]
thirdparty/libwebp/src/mux/muxedit.c [new file with mode: 0644]
thirdparty/libwebp/src/mux/muxi.h [new file with mode: 0644]
thirdparty/libwebp/src/mux/muxinternal.c [new file with mode: 0644]
thirdparty/libwebp/src/mux/muxread.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/bit_reader_inl_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/bit_reader_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/bit_reader_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/bit_writer_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/bit_writer_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/color_cache_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/color_cache_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/endian_inl_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/filters_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/filters_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/huffman_encode_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/huffman_encode_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/huffman_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/huffman_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/quant_levels_dec_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/quant_levels_dec_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/quant_levels_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/quant_levels_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/random_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/random_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/rescaler_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/rescaler_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/thread_utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/thread_utils.h [new file with mode: 0644]
thirdparty/libwebp/src/utils/utils.c [new file with mode: 0644]
thirdparty/libwebp/src/utils/utils.h [new file with mode: 0644]
thirdparty/libwebp/src/webp/decode.h [new file with mode: 0644]
thirdparty/libwebp/src/webp/demux.h [new file with mode: 0644]
thirdparty/libwebp/src/webp/encode.h [new file with mode: 0644]
thirdparty/libwebp/src/webp/format_constants.h [new file with mode: 0644]
thirdparty/libwebp/src/webp/mux.h [new file with mode: 0644]
thirdparty/libwebp/src/webp/mux_types.h [new file with mode: 0644]
thirdparty/libwebp/src/webp/types.h [new file with mode: 0644]
thirdparty/mbedtls/LICENSE [new file with mode: 0644]
thirdparty/mbedtls/include/godot_core_mbedtls_config.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/aes.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/aesni.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/arc4.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/aria.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/asn1.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/asn1write.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/base64.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/bignum.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/blowfish.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/bn_mul.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/camellia.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ccm.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/certs.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/chacha20.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/chachapoly.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/check_config.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/cipher.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/cipher_internal.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/cmac.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/compat-1.3.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/config.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/constant_time.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ctr_drbg.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/debug.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/des.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/dhm.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ecdh.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ecdsa.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ecjpake.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ecp.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ecp_internal.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/entropy.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/entropy_poll.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/error.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/gcm.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/havege.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/hkdf.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/hmac_drbg.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/md.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/md2.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/md4.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/md5.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/md_internal.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/memory_buffer_alloc.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/net.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/net_sockets.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/nist_kw.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/oid.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/padlock.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/pem.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/pk.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/pk_internal.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/pkcs11.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/pkcs12.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/pkcs5.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/platform.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/platform_time.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/platform_util.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/poly1305.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ripemd160.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/rsa.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/rsa_internal.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/sha1.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/sha256.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/sha512.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ssl.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ssl_cache.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ssl_ciphersuites.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ssl_cookie.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ssl_internal.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/ssl_ticket.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/threading.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/timing.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/version.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/x509.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/x509_crl.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/x509_crt.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/x509_csr.h [new file with mode: 0644]
thirdparty/mbedtls/include/mbedtls/xtea.h [new file with mode: 0644]
thirdparty/mbedtls/library/aes.c [new file with mode: 0644]
thirdparty/mbedtls/library/aesni.c [new file with mode: 0644]
thirdparty/mbedtls/library/arc4.c [new file with mode: 0644]
thirdparty/mbedtls/library/aria.c [new file with mode: 0644]
thirdparty/mbedtls/library/asn1parse.c [new file with mode: 0644]
thirdparty/mbedtls/library/asn1write.c [new file with mode: 0644]
thirdparty/mbedtls/library/base64.c [new file with mode: 0644]
thirdparty/mbedtls/library/bignum.c [new file with mode: 0644]
thirdparty/mbedtls/library/bignum_internal.h [new file with mode: 0644]
thirdparty/mbedtls/library/blowfish.c [new file with mode: 0644]
thirdparty/mbedtls/library/camellia.c [new file with mode: 0644]
thirdparty/mbedtls/library/ccm.c [new file with mode: 0644]
thirdparty/mbedtls/library/certs.c [new file with mode: 0644]
thirdparty/mbedtls/library/chacha20.c [new file with mode: 0644]
thirdparty/mbedtls/library/chachapoly.c [new file with mode: 0644]
thirdparty/mbedtls/library/check_crypto_config.h [new file with mode: 0644]
thirdparty/mbedtls/library/cipher.c [new file with mode: 0644]
thirdparty/mbedtls/library/cipher_wrap.c [new file with mode: 0644]
thirdparty/mbedtls/library/cmac.c [new file with mode: 0644]
thirdparty/mbedtls/library/common.h [new file with mode: 0644]
thirdparty/mbedtls/library/constant_time.c [new file with mode: 0644]
thirdparty/mbedtls/library/constant_time_internal.h [new file with mode: 0644]
thirdparty/mbedtls/library/constant_time_invasive.h [new file with mode: 0644]
thirdparty/mbedtls/library/ctr_drbg.c [new file with mode: 0644]
thirdparty/mbedtls/library/debug.c [new file with mode: 0644]
thirdparty/mbedtls/library/des.c [new file with mode: 0644]
thirdparty/mbedtls/library/dhm.c [new file with mode: 0644]
thirdparty/mbedtls/library/ecdh.c [new file with mode: 0644]
thirdparty/mbedtls/library/ecdsa.c [new file with mode: 0644]
thirdparty/mbedtls/library/ecjpake.c [new file with mode: 0644]
thirdparty/mbedtls/library/ecp.c [new file with mode: 0644]
thirdparty/mbedtls/library/ecp_curves.c [new file with mode: 0644]
thirdparty/mbedtls/library/ecp_invasive.h [new file with mode: 0644]
thirdparty/mbedtls/library/entropy.c [new file with mode: 0644]
thirdparty/mbedtls/library/entropy_poll.c [new file with mode: 0644]
thirdparty/mbedtls/library/error.c [new file with mode: 0644]
thirdparty/mbedtls/library/gcm.c [new file with mode: 0644]
thirdparty/mbedtls/library/godot_core_mbedtls_platform.c [new file with mode: 0644]
thirdparty/mbedtls/library/havege.c [new file with mode: 0644]
thirdparty/mbedtls/library/hkdf.c [new file with mode: 0644]
thirdparty/mbedtls/library/hmac_drbg.c [new file with mode: 0644]
thirdparty/mbedtls/library/md.c [new file with mode: 0644]
thirdparty/mbedtls/library/md2.c [new file with mode: 0644]
thirdparty/mbedtls/library/md4.c [new file with mode: 0644]
thirdparty/mbedtls/library/md5.c [new file with mode: 0644]
thirdparty/mbedtls/library/memory_buffer_alloc.c [new file with mode: 0644]
thirdparty/mbedtls/library/mps_common.h [new file with mode: 0644]
thirdparty/mbedtls/library/mps_error.h [new file with mode: 0644]
thirdparty/mbedtls/library/mps_reader.c [new file with mode: 0644]
thirdparty/mbedtls/library/mps_reader.h [new file with mode: 0644]
thirdparty/mbedtls/library/mps_trace.c [new file with mode: 0644]
thirdparty/mbedtls/library/mps_trace.h [new file with mode: 0644]
thirdparty/mbedtls/library/net_sockets.c [new file with mode: 0644]
thirdparty/mbedtls/library/nist_kw.c [new file with mode: 0644]
thirdparty/mbedtls/library/oid.c [new file with mode: 0644]
thirdparty/mbedtls/library/padlock.c [new file with mode: 0644]
thirdparty/mbedtls/library/pem.c [new file with mode: 0644]
thirdparty/mbedtls/library/pk.c [new file with mode: 0644]
thirdparty/mbedtls/library/pk_wrap.c [new file with mode: 0644]
thirdparty/mbedtls/library/pkcs11.c [new file with mode: 0644]
thirdparty/mbedtls/library/pkcs12.c [new file with mode: 0644]
thirdparty/mbedtls/library/pkcs5.c [new file with mode: 0644]
thirdparty/mbedtls/library/pkparse.c [new file with mode: 0644]
thirdparty/mbedtls/library/pkwrite.c [new file with mode: 0644]
thirdparty/mbedtls/library/platform.c [new file with mode: 0644]
thirdparty/mbedtls/library/platform_util.c [new file with mode: 0644]
thirdparty/mbedtls/library/poly1305.c [new file with mode: 0644]
thirdparty/mbedtls/library/ripemd160.c [new file with mode: 0644]
thirdparty/mbedtls/library/rsa.c [new file with mode: 0644]
thirdparty/mbedtls/library/rsa_internal.c [new file with mode: 0644]
thirdparty/mbedtls/library/sha1.c [new file with mode: 0644]
thirdparty/mbedtls/library/sha256.c [new file with mode: 0644]
thirdparty/mbedtls/library/sha512.c [new file with mode: 0644]
thirdparty/mbedtls/library/ssl_cache.c [new file with mode: 0644]
thirdparty/mbedtls/library/ssl_ciphersuites.c [new file with mode: 0644]
thirdparty/mbedtls/library/ssl_cli.c [new file with mode: 0644]
thirdparty/mbedtls/library/ssl_cookie.c [new file with mode: 0644]
thirdparty/mbedtls/library/ssl_msg.c [new file with mode: 0644]
thirdparty/mbedtls/library/ssl_srv.c [new file with mode: 0644]
thirdparty/mbedtls/library/ssl_ticket.c [new file with mode: 0644]
thirdparty/mbedtls/library/ssl_tls.c [new file with mode: 0644]
thirdparty/mbedtls/library/ssl_tls13_keys.c [new file with mode: 0644]
thirdparty/mbedtls/library/ssl_tls13_keys.h [new file with mode: 0644]
thirdparty/mbedtls/library/threading.c [new file with mode: 0644]
thirdparty/mbedtls/library/timing.c [new file with mode: 0644]
thirdparty/mbedtls/library/version.c [new file with mode: 0644]
thirdparty/mbedtls/library/version_features.c [new file with mode: 0644]
thirdparty/mbedtls/library/x509.c [new file with mode: 0644]
thirdparty/mbedtls/library/x509_create.c [new file with mode: 0644]
thirdparty/mbedtls/library/x509_crl.c [new file with mode: 0644]
thirdparty/mbedtls/library/x509_crt.c [new file with mode: 0644]
thirdparty/mbedtls/library/x509_csr.c [new file with mode: 0644]
thirdparty/mbedtls/library/x509write_crt.c [new file with mode: 0644]
thirdparty/mbedtls/library/x509write_csr.c [new file with mode: 0644]
thirdparty/mbedtls/library/xtea.c [new file with mode: 0644]
thirdparty/mbedtls/patches/windows-arm64-hardclock.diff [new file with mode: 0644]
thirdparty/mbedtls/patches/windows-entropy-bcrypt.diff [new file with mode: 0644]
thirdparty/minimp3/LICENSE [new file with mode: 0644]
thirdparty/minimp3/minimp3.h [new file with mode: 0644]
thirdparty/minimp3/minimp3_ex.h [new file with mode: 0644]
thirdparty/miniupnpc/LICENSE [new file with mode: 0644]
thirdparty/miniupnpc/include/igd_desc_parse.h [new file with mode: 0644]
thirdparty/miniupnpc/include/miniupnpc.h [new file with mode: 0644]
thirdparty/miniupnpc/include/miniupnpc_declspec.h [new file with mode: 0644]
thirdparty/miniupnpc/include/miniupnpctypes.h [new file with mode: 0644]
thirdparty/miniupnpc/include/miniwget.h [new file with mode: 0644]
thirdparty/miniupnpc/include/portlistingparse.h [new file with mode: 0644]
thirdparty/miniupnpc/include/upnpcommands.h [new file with mode: 0644]
thirdparty/miniupnpc/include/upnpdev.h [new file with mode: 0644]
thirdparty/miniupnpc/include/upnpreplyparse.h [new file with mode: 0644]
thirdparty/miniupnpc/src/addr_is_reserved.c [new file with mode: 0644]
thirdparty/miniupnpc/src/addr_is_reserved.h [new file with mode: 0644]
thirdparty/miniupnpc/src/codelength.h [new file with mode: 0644]
thirdparty/miniupnpc/src/connecthostport.c [new file with mode: 0644]
thirdparty/miniupnpc/src/connecthostport.h [new file with mode: 0644]
thirdparty/miniupnpc/src/igd_desc_parse.c [new file with mode: 0644]
thirdparty/miniupnpc/src/minisoap.c [new file with mode: 0644]
thirdparty/miniupnpc/src/minisoap.h [new file with mode: 0644]
thirdparty/miniupnpc/src/minissdpc.c [new file with mode: 0644]
thirdparty/miniupnpc/src/minissdpc.h [new file with mode: 0644]
thirdparty/miniupnpc/src/miniupnpc.c [new file with mode: 0644]
thirdparty/miniupnpc/src/miniupnpc_socketdef.h [new file with mode: 0644]
thirdparty/miniupnpc/src/miniupnpcstrings.h [new file with mode: 0644]
thirdparty/miniupnpc/src/miniwget.c [new file with mode: 0644]
thirdparty/miniupnpc/src/miniwget_private.h [new file with mode: 0644]
thirdparty/miniupnpc/src/minixml.c [new file with mode: 0644]
thirdparty/miniupnpc/src/minixml.h [new file with mode: 0644]
thirdparty/miniupnpc/src/minixmlvalid.c [new file with mode: 0644]
thirdparty/miniupnpc/src/portlistingparse.c [new file with mode: 0644]
thirdparty/miniupnpc/src/receivedata.c [new file with mode: 0644]
thirdparty/miniupnpc/src/receivedata.h [new file with mode: 0644]
thirdparty/miniupnpc/src/upnpcommands.c [new file with mode: 0644]
thirdparty/miniupnpc/src/upnpdev.c [new file with mode: 0644]
thirdparty/miniupnpc/src/upnpreplyparse.c [new file with mode: 0644]
thirdparty/miniupnpc/src/win32_snprintf.h [new file with mode: 0644]
thirdparty/minizip/MiniZip64_info.txt [new file with mode: 0644]
thirdparty/minizip/crypt.h [new file with mode: 0644]
thirdparty/minizip/ioapi.c [new file with mode: 0644]
thirdparty/minizip/ioapi.h [new file with mode: 0644]
thirdparty/minizip/patches/godot-seek.patch [new file with mode: 0644]
thirdparty/minizip/unzip.c [new file with mode: 0644]
thirdparty/minizip/unzip.h [new file with mode: 0644]
thirdparty/minizip/zip.c [new file with mode: 0644]
thirdparty/minizip/zip.h [new file with mode: 0644]
thirdparty/misc/clipper-exceptions.patch [new file with mode: 0644]
thirdparty/misc/clipper.cpp [new file with mode: 0644]
thirdparty/misc/clipper.hpp [new file with mode: 0644]
thirdparty/misc/fastlz.c [new file with mode: 0644]
thirdparty/misc/fastlz.h [new file with mode: 0644]
thirdparty/misc/hq2x.cpp [new file with mode: 0644]
thirdparty/misc/hq2x.h [new file with mode: 0644]
thirdparty/misc/ifaddrs-android.cc [new file with mode: 0644]
thirdparty/misc/ifaddrs-android.h [new file with mode: 0644]
thirdparty/misc/mikktspace.c [new file with mode: 0644]
thirdparty/misc/mikktspace.h [new file with mode: 0644]
thirdparty/misc/open-simplex-noise-LICENSE [new file with mode: 0644]
thirdparty/misc/open-simplex-noise-no-allocate.patch [new file with mode: 0644]
thirdparty/misc/open-simplex-noise.c [new file with mode: 0644]
thirdparty/misc/open-simplex-noise.h [new file with mode: 0644]
thirdparty/misc/pcg.cpp [new file with mode: 0644]
thirdparty/misc/pcg.h [new file with mode: 0644]
thirdparty/misc/smaz.c [new file with mode: 0644]
thirdparty/misc/smaz.h [new file with mode: 0644]
thirdparty/misc/stb_vorbis.c [new file with mode: 0644]
thirdparty/misc/stb_vorbis.h [new file with mode: 0644]
thirdparty/misc/triangulator.cpp [new file with mode: 0644]
thirdparty/misc/triangulator.h [new file with mode: 0644]
thirdparty/misc/yuv2rgb.h [new file with mode: 0644]
thirdparty/nanosvg/LICENSE.txt [new file with mode: 0644]
thirdparty/nanosvg/nanosvg.cc [new file with mode: 0644]
thirdparty/nanosvg/nanosvg.h [new file with mode: 0644]
thirdparty/nanosvg/nanosvgrast.h [new file with mode: 0644]
thirdparty/oidn/LICENSE.txt [new file with mode: 0644]
thirdparty/oidn/common/barrier.h [new file with mode: 0644]
thirdparty/oidn/common/exception.h [new file with mode: 0644]
thirdparty/oidn/common/platform.cpp [new file with mode: 0644]
thirdparty/oidn/common/platform.h [new file with mode: 0644]
thirdparty/oidn/common/ref.h [new file with mode: 0644]
thirdparty/oidn/common/tensor.cpp [new file with mode: 0644]
thirdparty/oidn/common/tensor.h [new file with mode: 0644]
thirdparty/oidn/common/thread.cpp [new file with mode: 0644]
thirdparty/oidn/common/thread.h [new file with mode: 0644]
thirdparty/oidn/common/timer.h [new file with mode: 0644]
thirdparty/oidn/core/api.cpp [new file with mode: 0644]
thirdparty/oidn/core/autoencoder.cpp [new file with mode: 0644]
thirdparty/oidn/core/autoencoder.h [new file with mode: 0644]
thirdparty/oidn/core/buffer.h [new file with mode: 0644]
thirdparty/oidn/core/common.h [new file with mode: 0644]
thirdparty/oidn/core/device.cpp [new file with mode: 0644]
thirdparty/oidn/core/device.h [new file with mode: 0644]
thirdparty/oidn/core/filter.cpp [new file with mode: 0644]
thirdparty/oidn/core/filter.h [new file with mode: 0644]
thirdparty/oidn/core/image.h [new file with mode: 0644]
thirdparty/oidn/core/input_reorder.h [new file with mode: 0644]
thirdparty/oidn/core/math.h [new file with mode: 0644]
thirdparty/oidn/core/network.cpp [new file with mode: 0644]
thirdparty/oidn/core/network.h [new file with mode: 0644]
thirdparty/oidn/core/node.h [new file with mode: 0644]
thirdparty/oidn/core/output_reorder.h [new file with mode: 0644]
thirdparty/oidn/core/transfer_function.cpp [new file with mode: 0644]
thirdparty/oidn/core/transfer_function.h [new file with mode: 0644]
thirdparty/oidn/core/upsample.h [new file with mode: 0644]
thirdparty/oidn/core/weights_reorder.h [new file with mode: 0644]
thirdparty/oidn/include/OpenImageDenoise/oidn.h [new file with mode: 0644]
thirdparty/oidn/include/OpenImageDenoise/oidn.hpp [new file with mode: 0644]
thirdparty/oidn/include/OpenImageDenoise/version.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/LICENSE [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/include/mkldnn.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/include/mkldnn.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/include/mkldnn_debug.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/include/mkldnn_types.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/include/mkldnn_version.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/include/mkldnn_version.h.in [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/batch_normalization.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/batch_normalization_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/c_types_map.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/concat.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/concat_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/convolution_pd.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/convolution_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/deconvolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/deconvolution_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/eltwise.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/eltwise_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/engine.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/engine.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/inner_product.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/inner_product_pd.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/inner_product_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/lrn.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/lrn_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/math_utils.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/memory.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/memory.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/memory_desc_wrapper.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/memory_desc_wrapper.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/memory_tracking.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/mkldnn_debug.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/mkldnn_debug_autogenerated.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/mkldnn_thread.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/mkldnn_thread_parallel_nd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/mkldnn_traits.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/nstl.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/pooling.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/pooling_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/primitive.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/primitive.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/primitive_attr.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/primitive_attr.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/primitive_desc.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/primitive_desc.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/primitive_exec_types.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/primitive_exec_types.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/primitive_iterator.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/primitive_iterator.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/query.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/reorder.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/reorder_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/rnn.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/rnn_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/scratchpad.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/scratchpad.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/shuffle.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/shuffle_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/softmax.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/softmax_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/stream.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/stream.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/sum.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/sum_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/tag_traits.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/type_helpers.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/utils.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/utils.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/verbose.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/verbose.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/common/z_magic.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_barrier.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_barrier.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_batch_normalization_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_batch_normalization_utils.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_batch_normalization_utils.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_concat.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_concat_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_convolution_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_deconvolution_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_eltwise_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_engine.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_engine.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_inner_product_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_isa_traits.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_lrn_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_memory.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_memory.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_pooling_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_primitive.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_reducer.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_reducer.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_reorder.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_reorder_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_shuffle_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_softmax_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_sum.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/cpu_sum_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/f32/gemm_utils_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/f32/gemm_utils_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/f32/jit_avx512_common_gemm_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/f32/jit_avx512_common_gemm_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/f32/jit_avx_gemm_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/f32/jit_avx_gemm_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/f32/ref_gemm_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/f32/ref_gemm_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/gemm.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/gemm.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/os_blas.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/common.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/gemv.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_gemv_s8u8s32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8u8s32_kern.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8u8s32_kern.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/ref_gemm_s8x8s32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/ref_gemm_s8x8s32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/simple_gemm_s8s8s32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm/s8x8s32/simple_gemm_s8s8s32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm_convolution_utils.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm_convolution_utils.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm_inner_product.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm_inner_product.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm_x8s8s32x_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm_x8s8s32x_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm_x8s8s32x_inner_product.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/gemm_x8s8s32x_inner_product.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx2_1x1_conv_kernel_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx2_1x1_conv_kernel_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx2_1x1_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx2_1x1_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx2_conv_kernel_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx2_conv_kernel_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx2_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx2_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_1x1_conv_kernel.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_1x1_conv_kernel.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_1x1_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_1x1_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_conv_kernel.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_conv_kernel.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_conv_winograd_kernel_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_conv_winograd_kernel_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_convolution_winograd.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_convolution_winograd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_lrn.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_common_lrn.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_fp32_wino_conv_2x3.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_fp32_wino_conv_2x3.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_fp32_wino_conv_4x3.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_fp32_wino_conv_4x3.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_fp32_wino_conv_4x3_kernel.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_fp32_wino_conv_4x3_kernel.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_u8s8s32x_wino_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_u8s8s32x_wino_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_1x1_conv_kernel.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_1x1_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_1x1_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_1x1_deconvolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_conv_kernel.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_conv_kernel.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_deconvolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_avx512_core_x8s8s32x_deconvolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_generator.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_primitive_conf.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_sse42_1x1_conv_kernel_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_sse42_1x1_conv_kernel_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_sse42_1x1_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_sse42_1x1_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_sse42_conv_kernel_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_sse42_conv_kernel_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_sse42_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_sse42_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_transpose_src_utils.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_transpose_src_utils.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_1x1_conv_utils.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_batch_normalization.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_batch_normalization.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_dw_conv_kernel_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_dw_conv_kernel_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_dw_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_dw_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_eltwise.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_eltwise.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_i8i8_pooling.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_i8i8_pooling.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_lrn.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_lrn.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_lrn_kernel_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_lrn_kernel_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_pool_kernel_f32.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_pool_kernel_f32.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_pooling.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_pooling.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_reorder.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_reorder.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_uni_reorder_utils.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_utils/jit_utils.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_utils/jit_utils.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_utils/jitprofiling/LICENSE.BSD [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_utils/jitprofiling/README.md [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_utils/jitprofiling/ittnotify_config.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_utils/jitprofiling/ittnotify_types.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_utils/jitprofiling/jitprofiling.c [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/jit_utils/jitprofiling/jitprofiling.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/nchw_pooling.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/nchw_pooling.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ncsp_batch_normalization.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ncsp_batch_normalization.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/nhwc_pooling.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/nhwc_pooling.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/nspc_batch_normalization.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/nspc_batch_normalization.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_batch_normalization.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_batch_normalization.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_concat.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_convolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_convolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_deconvolution.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_deconvolution.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_eltwise.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_eltwise.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_inner_product.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_inner_product.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_lrn.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_lrn.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_pooling.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_pooling.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_shuffle.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_shuffle.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_softmax.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_softmax.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/ref_sum.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/cell_common.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/cell_gru.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/cell_gru_lbr.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/cell_lstm.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/cell_rnn.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/cpu_rnn_pd.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/jit_uni_rnn_postgemm.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/ref_rnn.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/ref_rnn.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/rnn_reorders.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/rnn_utils.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/rnn/rnn_utils.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/simple_concat.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/simple_concat.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/simple_q10n.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/simple_reorder.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/simple_sum.cpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/simple_sum.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/wino_reorder.hpp [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/xbyak/COPYRIGHT [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/xbyak/xbyak.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/xbyak/xbyak_bin2hex.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/xbyak/xbyak_mnemonic.h [new file with mode: 0644]
thirdparty/oidn/mkl-dnn/src/cpu/xbyak/xbyak_util.h [new file with mode: 0644]
thirdparty/oidn/patches/godot-changes-c58c5216.patch [new file with mode: 0644]
thirdparty/oidn/patches/mkl-dnn-fix-vs2017-build.patch [new file with mode: 0644]
thirdparty/oidn/weights/LICENSE.txt [new file with mode: 0644]
thirdparty/oidn/weights/rtlightmap_hdr.tza [new file with mode: 0644]
thirdparty/opus/COPYING [new file with mode: 0644]
thirdparty/opus/analysis.c [new file with mode: 0644]
thirdparty/opus/analysis.h [new file with mode: 0644]
thirdparty/opus/celt/_kiss_fft_guts.h [new file with mode: 0644]
thirdparty/opus/celt/arch.h [new file with mode: 0644]
thirdparty/opus/celt/arm/arm_celt_map.c [new file with mode: 0644]
thirdparty/opus/celt/arm/armcpu.c [new file with mode: 0644]
thirdparty/opus/celt/arm/armcpu.h [new file with mode: 0644]
thirdparty/opus/celt/arm/armopts.s.in [new file with mode: 0644]
thirdparty/opus/celt/arm/celt_ne10_fft.c [new file with mode: 0644]
thirdparty/opus/celt/arm/celt_ne10_mdct.c [new file with mode: 0644]
thirdparty/opus/celt/arm/celt_neon_intr.c [new file with mode: 0644]
thirdparty/opus/celt/arm/celt_pitch_xcorr_arm-gnu.S [new file with mode: 0644]
thirdparty/opus/celt/arm/celt_pitch_xcorr_arm.s [new file with mode: 0644]
thirdparty/opus/celt/arm/fft_arm.h [new file with mode: 0644]
thirdparty/opus/celt/arm/fixed_arm64.h [new file with mode: 0644]
thirdparty/opus/celt/arm/fixed_armv4.h [new file with mode: 0644]
thirdparty/opus/celt/arm/fixed_armv5e.h [new file with mode: 0644]
thirdparty/opus/celt/arm/kiss_fft_armv4.h [new file with mode: 0644]
thirdparty/opus/celt/arm/kiss_fft_armv5e.h [new file with mode: 0644]
thirdparty/opus/celt/arm/mdct_arm.h [new file with mode: 0644]
thirdparty/opus/celt/arm/pitch_arm.h [new file with mode: 0644]
thirdparty/opus/celt/bands.c [new file with mode: 0644]
thirdparty/opus/celt/bands.h [new file with mode: 0644]
thirdparty/opus/celt/celt.c [new file with mode: 0644]
thirdparty/opus/celt/celt.h [new file with mode: 0644]
thirdparty/opus/celt/celt_decoder.c [new file with mode: 0644]
thirdparty/opus/celt/celt_encoder.c [new file with mode: 0644]
thirdparty/opus/celt/celt_lpc.c [new file with mode: 0644]
thirdparty/opus/celt/celt_lpc.h [new file with mode: 0644]
thirdparty/opus/celt/cpu_support.h [new file with mode: 0644]
thirdparty/opus/celt/cwrs.c [new file with mode: 0644]
thirdparty/opus/celt/cwrs.h [new file with mode: 0644]
thirdparty/opus/celt/ecintrin.h [new file with mode: 0644]
thirdparty/opus/celt/entcode.c [new file with mode: 0644]
thirdparty/opus/celt/entcode.h [new file with mode: 0644]
thirdparty/opus/celt/entdec.c [new file with mode: 0644]
thirdparty/opus/celt/entdec.h [new file with mode: 0644]
thirdparty/opus/celt/entenc.c [new file with mode: 0644]
thirdparty/opus/celt/entenc.h [new file with mode: 0644]
thirdparty/opus/celt/fixed_debug.h [new file with mode: 0644]
thirdparty/opus/celt/fixed_generic.h [new file with mode: 0644]
thirdparty/opus/celt/float_cast.h [new file with mode: 0644]
thirdparty/opus/celt/kiss_fft.c [new file with mode: 0644]
thirdparty/opus/celt/kiss_fft.h [new file with mode: 0644]
thirdparty/opus/celt/laplace.c [new file with mode: 0644]
thirdparty/opus/celt/laplace.h [new file with mode: 0644]
thirdparty/opus/celt/mathops.c [new file with mode: 0644]
thirdparty/opus/celt/mathops.h [new file with mode: 0644]
thirdparty/opus/celt/mdct.c [new file with mode: 0644]
thirdparty/opus/celt/mdct.h [new file with mode: 0644]
thirdparty/opus/celt/mfrngcod.h [new file with mode: 0644]
thirdparty/opus/celt/mips/celt_mipsr1.h [new file with mode: 0644]
thirdparty/opus/celt/mips/fixed_generic_mipsr1.h [new file with mode: 0644]
thirdparty/opus/celt/mips/kiss_fft_mipsr1.h [new file with mode: 0644]
thirdparty/opus/celt/mips/mdct_mipsr1.h [new file with mode: 0644]
thirdparty/opus/celt/mips/pitch_mipsr1.h [new file with mode: 0644]
thirdparty/opus/celt/mips/vq_mipsr1.h [new file with mode: 0644]
thirdparty/opus/celt/modes.c [new file with mode: 0644]
thirdparty/opus/celt/modes.h [new file with mode: 0644]
thirdparty/opus/celt/opus_custom_demo.c [new file with mode: 0644]
thirdparty/opus/celt/os_support.h [new file with mode: 0644]
thirdparty/opus/celt/pitch.c [new file with mode: 0644]
thirdparty/opus/celt/pitch.h [new file with mode: 0644]
thirdparty/opus/celt/quant_bands.c [new file with mode: 0644]
thirdparty/opus/celt/quant_bands.h [new file with mode: 0644]
thirdparty/opus/celt/rate.c [new file with mode: 0644]
thirdparty/opus/celt/rate.h [new file with mode: 0644]
thirdparty/opus/celt/stack_alloc.h [new file with mode: 0644]
thirdparty/opus/celt/static_modes_fixed.h [new file with mode: 0644]
thirdparty/opus/celt/static_modes_fixed_arm_ne10.h [new file with mode: 0644]
thirdparty/opus/celt/static_modes_float.h [new file with mode: 0644]
thirdparty/opus/celt/static_modes_float_arm_ne10.h [new file with mode: 0644]
thirdparty/opus/celt/tests/test_unit_cwrs32.c [new file with mode: 0644]
thirdparty/opus/celt/tests/test_unit_dft.c [new file with mode: 0644]
thirdparty/opus/celt/tests/test_unit_entropy.c [new file with mode: 0644]
thirdparty/opus/celt/tests/test_unit_laplace.c [new file with mode: 0644]
thirdparty/opus/celt/tests/test_unit_mathops.c [new file with mode: 0644]
thirdparty/opus/celt/tests/test_unit_mdct.c [new file with mode: 0644]
thirdparty/opus/celt/tests/test_unit_rotation.c [new file with mode: 0644]
thirdparty/opus/celt/tests/test_unit_types.c [new file with mode: 0644]
thirdparty/opus/celt/vq.c [new file with mode: 0644]
thirdparty/opus/celt/vq.h [new file with mode: 0644]
thirdparty/opus/celt/x86/celt_lpc_sse.c [new file with mode: 0644]
thirdparty/opus/celt/x86/celt_lpc_sse.h [new file with mode: 0644]
thirdparty/opus/celt/x86/pitch_sse.c [new file with mode: 0644]
thirdparty/opus/celt/x86/pitch_sse.h [new file with mode: 0644]
thirdparty/opus/celt/x86/pitch_sse2.c [new file with mode: 0644]
thirdparty/opus/celt/x86/pitch_sse4_1.c [new file with mode: 0644]
thirdparty/opus/celt/x86/x86_celt_map.c [new file with mode: 0644]
thirdparty/opus/celt/x86/x86cpu.c [new file with mode: 0644]
thirdparty/opus/celt/x86/x86cpu.h [new file with mode: 0644]
thirdparty/opus/config.h [new file with mode: 0644]
thirdparty/opus/info.c [new file with mode: 0644]
thirdparty/opus/internal.c [new file with mode: 0644]
thirdparty/opus/internal.h [new file with mode: 0644]
thirdparty/opus/mlp.c [new file with mode: 0644]
thirdparty/opus/mlp.h [new file with mode: 0644]
thirdparty/opus/mlp_data.c [new file with mode: 0644]
thirdparty/opus/opus.c [new file with mode: 0644]
thirdparty/opus/opus/opus.h [new file with mode: 0644]
thirdparty/opus/opus/opus_custom.h [new file with mode: 0644]
thirdparty/opus/opus/opus_defines.h [new file with mode: 0644]
thirdparty/opus/opus/opus_multistream.h [new file with mode: 0644]
thirdparty/opus/opus/opus_types.h [new file with mode: 0644]
thirdparty/opus/opus/opusfile.h [new file with mode: 0644]
thirdparty/opus/opus_compare.c [new file with mode: 0644]
thirdparty/opus/opus_decoder.c [new file with mode: 0644]
thirdparty/opus/opus_encoder.c [new file with mode: 0644]
thirdparty/opus/opus_multistream.c [new file with mode: 0644]
thirdparty/opus/opus_multistream_decoder.c [new file with mode: 0644]
thirdparty/opus/opus_multistream_encoder.c [new file with mode: 0644]
thirdparty/opus/opus_private.h [new file with mode: 0644]
thirdparty/opus/opusfile.c [new file with mode: 0644]
thirdparty/opus/repacketizer.c [new file with mode: 0644]
thirdparty/opus/repacketizer_demo.c [new file with mode: 0644]
thirdparty/opus/silk/A2NLSF.c [new file with mode: 0644]
thirdparty/opus/silk/API.h [new file with mode: 0644]
thirdparty/opus/silk/CNG.c [new file with mode: 0644]
thirdparty/opus/silk/HP_variable_cutoff.c [new file with mode: 0644]
thirdparty/opus/silk/Inlines.h [new file with mode: 0644]
thirdparty/opus/silk/LPC_analysis_filter.c [new file with mode: 0644]
thirdparty/opus/silk/LPC_inv_pred_gain.c [new file with mode: 0644]
thirdparty/opus/silk/LP_variable_cutoff.c [new file with mode: 0644]
thirdparty/opus/silk/MacroCount.h [new file with mode: 0644]
thirdparty/opus/silk/MacroDebug.h [new file with mode: 0644]
thirdparty/opus/silk/NLSF2A.c [new file with mode: 0644]
thirdparty/opus/silk/NLSF_VQ.c [new file with mode: 0644]
thirdparty/opus/silk/NLSF_VQ_weights_laroia.c [new file with mode: 0644]
thirdparty/opus/silk/NLSF_decode.c [new file with mode: 0644]
thirdparty/opus/silk/NLSF_del_dec_quant.c [new file with mode: 0644]
thirdparty/opus/silk/NLSF_encode.c [new file with mode: 0644]
thirdparty/opus/silk/NLSF_stabilize.c [new file with mode: 0644]
thirdparty/opus/silk/NLSF_unpack.c [new file with mode: 0644]
thirdparty/opus/silk/NSQ.c [new file with mode: 0644]
thirdparty/opus/silk/NSQ.h [new file with mode: 0644]
thirdparty/opus/silk/NSQ_del_dec.c [new file with mode: 0644]
thirdparty/opus/silk/PLC.c [new file with mode: 0644]
thirdparty/opus/silk/PLC.h [new file with mode: 0644]
thirdparty/opus/silk/SigProc_FIX.h [new file with mode: 0644]
thirdparty/opus/silk/VAD.c [new file with mode: 0644]
thirdparty/opus/silk/VQ_WMat_EC.c [new file with mode: 0644]
thirdparty/opus/silk/ana_filt_bank_1.c [new file with mode: 0644]
thirdparty/opus/silk/arm/NSQ_neon.c [new file with mode: 0644]
thirdparty/opus/silk/arm/NSQ_neon.h [new file with mode: 0644]
thirdparty/opus/silk/arm/SigProc_FIX_armv4.h [new file with mode: 0644]
thirdparty/opus/silk/arm/SigProc_FIX_armv5e.h [new file with mode: 0644]
thirdparty/opus/silk/arm/arm_silk_map.c [new file with mode: 0644]
thirdparty/opus/silk/arm/macros_arm64.h [new file with mode: 0644]
thirdparty/opus/silk/arm/macros_armv4.h [new file with mode: 0644]
thirdparty/opus/silk/arm/macros_armv5e.h [new file with mode: 0644]
thirdparty/opus/silk/biquad_alt.c [new file with mode: 0644]
thirdparty/opus/silk/bwexpander.c [new file with mode: 0644]
thirdparty/opus/silk/bwexpander_32.c [new file with mode: 0644]
thirdparty/opus/silk/check_control_input.c [new file with mode: 0644]
thirdparty/opus/silk/code_signs.c [new file with mode: 0644]
thirdparty/opus/silk/control.h [new file with mode: 0644]
thirdparty/opus/silk/control_SNR.c [new file with mode: 0644]
thirdparty/opus/silk/control_audio_bandwidth.c [new file with mode: 0644]
thirdparty/opus/silk/control_codec.c [new file with mode: 0644]
thirdparty/opus/silk/debug.c [new file with mode: 0644]
thirdparty/opus/silk/debug.h [new file with mode: 0644]
thirdparty/opus/silk/dec_API.c [new file with mode: 0644]
thirdparty/opus/silk/decode_core.c [new file with mode: 0644]
thirdparty/opus/silk/decode_frame.c [new file with mode: 0644]
thirdparty/opus/silk/decode_indices.c [new file with mode: 0644]
thirdparty/opus/silk/decode_parameters.c [new file with mode: 0644]
thirdparty/opus/silk/decode_pitch.c [new file with mode: 0644]
thirdparty/opus/silk/decode_pulses.c [new file with mode: 0644]
thirdparty/opus/silk/decoder_set_fs.c [new file with mode: 0644]
thirdparty/opus/silk/define.h [new file with mode: 0644]
thirdparty/opus/silk/enc_API.c [new file with mode: 0644]
thirdparty/opus/silk/encode_indices.c [new file with mode: 0644]
thirdparty/opus/silk/encode_pulses.c [new file with mode: 0644]
thirdparty/opus/silk/errors.h [new file with mode: 0644]
thirdparty/opus/silk/fixed/LTP_analysis_filter_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/LTP_scale_ctrl_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/apply_sine_window_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/autocorr_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/burg_modified_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/corrMatrix_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/encode_frame_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/find_LPC_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/find_LTP_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/find_pitch_lags_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/find_pred_coefs_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/k2a_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/k2a_Q16_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/main_FIX.h [new file with mode: 0644]
thirdparty/opus/silk/fixed/mips/noise_shape_analysis_FIX_mipsr1.h [new file with mode: 0644]
thirdparty/opus/silk/fixed/mips/prefilter_FIX_mipsr1.h [new file with mode: 0644]
thirdparty/opus/silk/fixed/mips/warped_autocorrelation_FIX_mipsr1.h [new file with mode: 0644]
thirdparty/opus/silk/fixed/noise_shape_analysis_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/pitch_analysis_core_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/prefilter_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/process_gains_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/regularize_correlations_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/residual_energy16_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/residual_energy_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/schur64_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/schur_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/solve_LS_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/structs_FIX.h [new file with mode: 0644]
thirdparty/opus/silk/fixed/vector_ops_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/warped_autocorrelation_FIX.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/x86/burg_modified_FIX_sse.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/x86/prefilter_FIX_sse.c [new file with mode: 0644]
thirdparty/opus/silk/fixed/x86/vector_ops_FIX_sse.c [new file with mode: 0644]
thirdparty/opus/silk/float/LPC_analysis_filter_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/LPC_inv_pred_gain_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/LTP_analysis_filter_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/LTP_scale_ctrl_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/SigProc_FLP.h [new file with mode: 0644]
thirdparty/opus/silk/float/apply_sine_window_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/autocorrelation_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/burg_modified_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/bwexpander_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/corrMatrix_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/encode_frame_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/energy_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/find_LPC_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/find_LTP_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/find_pitch_lags_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/find_pred_coefs_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/inner_product_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/k2a_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/levinsondurbin_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/main_FLP.h [new file with mode: 0644]
thirdparty/opus/silk/float/noise_shape_analysis_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/pitch_analysis_core_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/prefilter_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/process_gains_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/regularize_correlations_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/residual_energy_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/scale_copy_vector_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/scale_vector_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/schur_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/solve_LS_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/sort_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/structs_FLP.h [new file with mode: 0644]
thirdparty/opus/silk/float/warped_autocorrelation_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/float/wrappers_FLP.c [new file with mode: 0644]
thirdparty/opus/silk/gain_quant.c [new file with mode: 0644]
thirdparty/opus/silk/init_decoder.c [new file with mode: 0644]
thirdparty/opus/silk/init_encoder.c [new file with mode: 0644]
thirdparty/opus/silk/inner_prod_aligned.c [new file with mode: 0644]
thirdparty/opus/silk/interpolate.c [new file with mode: 0644]
thirdparty/opus/silk/lin2log.c [new file with mode: 0644]
thirdparty/opus/silk/log2lin.c [new file with mode: 0644]
thirdparty/opus/silk/macros.h [new file with mode: 0644]
thirdparty/opus/silk/main.h [new file with mode: 0644]
thirdparty/opus/silk/mips/NSQ_del_dec_mipsr1.h [new file with mode: 0644]
thirdparty/opus/silk/mips/macros_mipsr1.h [new file with mode: 0644]
thirdparty/opus/silk/mips/sigproc_fix_mipsr1.h [new file with mode: 0644]
thirdparty/opus/silk/pitch_est_defines.h [new file with mode: 0644]
thirdparty/opus/silk/pitch_est_tables.c [new file with mode: 0644]
thirdparty/opus/silk/process_NLSFs.c [new file with mode: 0644]
thirdparty/opus/silk/quant_LTP_gains.c [new file with mode: 0644]
thirdparty/opus/silk/resampler.c [new file with mode: 0644]
thirdparty/opus/silk/resampler_down2.c [new file with mode: 0644]
thirdparty/opus/silk/resampler_down2_3.c [new file with mode: 0644]
thirdparty/opus/silk/resampler_private.h [new file with mode: 0644]
thirdparty/opus/silk/resampler_private_AR2.c [new file with mode: 0644]
thirdparty/opus/silk/resampler_private_IIR_FIR.c [new file with mode: 0644]
thirdparty/opus/silk/resampler_private_down_FIR.c [new file with mode: 0644]
thirdparty/opus/silk/resampler_private_up2_HQ.c [new file with mode: 0644]
thirdparty/opus/silk/resampler_rom.c [new file with mode: 0644]
thirdparty/opus/silk/resampler_rom.h [new file with mode: 0644]
thirdparty/opus/silk/resampler_structs.h [new file with mode: 0644]
thirdparty/opus/silk/shell_coder.c [new file with mode: 0644]
thirdparty/opus/silk/sigm_Q15.c [new file with mode: 0644]
thirdparty/opus/silk/sort.c [new file with mode: 0644]
thirdparty/opus/silk/stereo_LR_to_MS.c [new file with mode: 0644]
thirdparty/opus/silk/stereo_MS_to_LR.c [new file with mode: 0644]
thirdparty/opus/silk/stereo_decode_pred.c [new file with mode: 0644]
thirdparty/opus/silk/stereo_encode_pred.c [new file with mode: 0644]
thirdparty/opus/silk/stereo_find_predictor.c [new file with mode: 0644]
thirdparty/opus/silk/stereo_quant_pred.c [new file with mode: 0644]
thirdparty/opus/silk/structs.h [new file with mode: 0644]
thirdparty/opus/silk/sum_sqr_shift.c [new file with mode: 0644]
thirdparty/opus/silk/table_LSF_cos.c [new file with mode: 0644]
thirdparty/opus/silk/tables.h [new file with mode: 0644]
thirdparty/opus/silk/tables_LTP.c [new file with mode: 0644]
thirdparty/opus/silk/tables_NLSF_CB_NB_MB.c [new file with mode: 0644]
thirdparty/opus/silk/tables_NLSF_CB_WB.c [new file with mode: 0644]
thirdparty/opus/silk/tables_gain.c [new file with mode: 0644]
thirdparty/opus/silk/tables_other.c [new file with mode: 0644]
thirdparty/opus/silk/tables_pitch_lag.c [new file with mode: 0644]
thirdparty/opus/silk/tables_pulses_per_block.c [new file with mode: 0644]
thirdparty/opus/silk/tuning_parameters.h [new file with mode: 0644]
thirdparty/opus/silk/typedef.h [new file with mode: 0644]
thirdparty/opus/silk/x86/NSQ_del_dec_sse.c [new file with mode: 0644]
thirdparty/opus/silk/x86/NSQ_sse.c [new file with mode: 0644]
thirdparty/opus/silk/x86/SigProc_FIX_sse.h [new file with mode: 0644]
thirdparty/opus/silk/x86/VAD_sse.c [new file with mode: 0644]
thirdparty/opus/silk/x86/VQ_WMat_EC_sse.c [new file with mode: 0644]
thirdparty/opus/silk/x86/main_sse.h [new file with mode: 0644]
thirdparty/opus/silk/x86/x86_silk_map.c [new file with mode: 0644]
thirdparty/opus/stream.c [new file with mode: 0644]
thirdparty/opus/tansig_table.h [new file with mode: 0644]
thirdparty/pcre2/AUTHORS [new file with mode: 0644]
thirdparty/pcre2/LICENCE [new file with mode: 0644]
thirdparty/pcre2/patches/sljit-macos11-conditional.patch [new file with mode: 0644]
thirdparty/pcre2/src/config.h [new file with mode: 0644]
thirdparty/pcre2/src/pcre2.h [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_auto_possess.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_chartables.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_compile.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_config.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_context.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_convert.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_dfa_match.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_error.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_extuni.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_find_bracket.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_internal.h [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_intmodedep.h [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_jit_compile.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_jit_match.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_jit_misc.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_jit_neon_inc.h [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_jit_simd_inc.h [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_maketables.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_match.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_match_data.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_newline.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_ord2utf.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_pattern_info.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_script_run.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_serialize.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_string_utils.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_study.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_substitute.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_substring.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_tables.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_ucd.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_ucp.h [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_ucptables.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_valid_utf.c [new file with mode: 0644]
thirdparty/pcre2/src/pcre2_xclass.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitConfig.h [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitConfigInternal.h [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitExecAllocator.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitLir.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitLir.h [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeARM_32.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeARM_64.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeARM_T2_32.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeMIPS_32.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeMIPS_64.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeMIPS_common.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativePPC_32.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativePPC_64.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativePPC_common.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeRISCV_32.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeRISCV_64.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeRISCV_common.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeS390X.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeX86_32.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeX86_64.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitNativeX86_common.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitProtExecAllocator.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitUtils.c [new file with mode: 0644]
thirdparty/pcre2/src/sljit/sljitWXExecAllocator.c [new file with mode: 0644]
thirdparty/pvrtccompressor/AlphaBitmap.h [new file with mode: 0644]
thirdparty/pvrtccompressor/BitScale.cpp [new file with mode: 0644]
thirdparty/pvrtccompressor/BitScale.h [new file with mode: 0644]
thirdparty/pvrtccompressor/BitUtility.h [new file with mode: 0644]
thirdparty/pvrtccompressor/Bitmap.h [new file with mode: 0644]
thirdparty/pvrtccompressor/ColorRgba.h [new file with mode: 0644]
thirdparty/pvrtccompressor/Interval.h [new file with mode: 0644]
thirdparty/pvrtccompressor/LICENSE.TXT [new file with mode: 0644]
thirdparty/pvrtccompressor/MortonTable.cpp [new file with mode: 0644]
thirdparty/pvrtccompressor/MortonTable.h [new file with mode: 0644]
thirdparty/pvrtccompressor/Point2.h [new file with mode: 0644]
thirdparty/pvrtccompressor/PvrTcDecoder.cpp [new file with mode: 0644]
thirdparty/pvrtccompressor/PvrTcDecoder.h [new file with mode: 0644]
thirdparty/pvrtccompressor/PvrTcEncoder.cpp [new file with mode: 0644]
thirdparty/pvrtccompressor/PvrTcEncoder.h [new file with mode: 0644]
thirdparty/pvrtccompressor/PvrTcPacket.cpp [new file with mode: 0644]
thirdparty/pvrtccompressor/PvrTcPacket.h [new file with mode: 0644]
thirdparty/pvrtccompressor/RgbBitmap.h [new file with mode: 0644]
thirdparty/pvrtccompressor/RgbaBitmap.h [new file with mode: 0644]
thirdparty/recastnavigation/License.txt [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Include/Recast.h [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Include/RecastAlloc.h [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Include/RecastAssert.h [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/Recast.cpp [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/RecastAlloc.cpp [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/RecastArea.cpp [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/RecastAssert.cpp [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/RecastContour.cpp [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/RecastFilter.cpp [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/RecastLayers.cpp [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/RecastMesh.cpp [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/RecastMeshDetail.cpp [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/RecastRasterization.cpp [new file with mode: 0644]
thirdparty/recastnavigation/Recast/Source/RecastRegion.cpp [new file with mode: 0644]
thirdparty/rvo2/Agent.cpp [new file with mode: 0644]
thirdparty/rvo2/Agent.h [new file with mode: 0644]
thirdparty/rvo2/Definitions.h [new file with mode: 0644]
thirdparty/rvo2/KdTree.cpp [new file with mode: 0644]
thirdparty/rvo2/KdTree.h [new file with mode: 0644]
thirdparty/rvo2/LICENSE [new file with mode: 0644]
thirdparty/rvo2/Vector3.h [new file with mode: 0644]
thirdparty/rvo2/patches/rvo2-godot-changes.patch [new file with mode: 0644]
thirdparty/squish/alpha.cpp [new file with mode: 0644]
thirdparty/squish/alpha.h [new file with mode: 0644]
thirdparty/squish/clusterfit.cpp [new file with mode: 0644]
thirdparty/squish/clusterfit.h [new file with mode: 0644]
thirdparty/squish/colourblock.cpp [new file with mode: 0644]
thirdparty/squish/colourblock.h [new file with mode: 0644]
thirdparty/squish/colourfit.cpp [new file with mode: 0644]
thirdparty/squish/colourfit.h [new file with mode: 0644]
thirdparty/squish/colourset.cpp [new file with mode: 0644]
thirdparty/squish/colourset.h [new file with mode: 0644]
thirdparty/squish/config.h [new file with mode: 0644]
thirdparty/squish/godot-changes.patch [new file with mode: 0644]
thirdparty/squish/maths.cpp [new file with mode: 0644]
thirdparty/squish/maths.h [new file with mode: 0644]
thirdparty/squish/rangefit.cpp [new file with mode: 0644]
thirdparty/squish/rangefit.h [new file with mode: 0644]
thirdparty/squish/simd.h [new file with mode: 0644]
thirdparty/squish/simd_float.h [new file with mode: 0644]
thirdparty/squish/simd_sse.h [new file with mode: 0644]
thirdparty/squish/simd_ve.h [new file with mode: 0644]
thirdparty/squish/singlecolourfit.cpp [new file with mode: 0644]
thirdparty/squish/singlecolourfit.h [new file with mode: 0644]
thirdparty/squish/singlecolourlookup.inl [new file with mode: 0644]
thirdparty/squish/squish.cpp [new file with mode: 0644]
thirdparty/squish/squish.h [new file with mode: 0644]
thirdparty/stb_rect_pack/stb_rect_pack.h [new file with mode: 0644]
thirdparty/tinyexr/tinyexr.cc [new file with mode: 0644]
thirdparty/tinyexr/tinyexr.h [new file with mode: 0644]
thirdparty/vhacd/0001-bullet-namespace.patch [new file with mode: 0644]
thirdparty/vhacd/0002-fpermissive-fix.patch [new file with mode: 0644]
thirdparty/vhacd/0003-fix-musl-build.patch [new file with mode: 0644]
thirdparty/vhacd/0004-fix-uwp-arm-build.patch [new file with mode: 0644]
thirdparty/vhacd/0005-fix-scale-calculation.patch [new file with mode: 0644]
thirdparty/vhacd/0006-fix-gcc13.patch [new file with mode: 0644]
thirdparty/vhacd/LICENSE [new file with mode: 0644]
thirdparty/vhacd/inc/FloatMath.h [new file with mode: 0644]
thirdparty/vhacd/inc/btAlignedAllocator.h [new file with mode: 0644]
thirdparty/vhacd/inc/btAlignedObjectArray.h [new file with mode: 0644]
thirdparty/vhacd/inc/btConvexHullComputer.h [new file with mode: 0644]
thirdparty/vhacd/inc/btMinMax.h [new file with mode: 0644]
thirdparty/vhacd/inc/btScalar.h [new file with mode: 0644]
thirdparty/vhacd/inc/btVector3.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdCircularList.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdCircularList.inl [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdICHull.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdManifoldMesh.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdMesh.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdMutex.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdRaycastMesh.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdSArray.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdTimer.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdVHACD.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdVector.h [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdVector.inl [new file with mode: 0644]
thirdparty/vhacd/inc/vhacdVolume.h [new file with mode: 0644]
thirdparty/vhacd/public/VHACD.h [new file with mode: 0644]
thirdparty/vhacd/src/FloatMath.cpp [new file with mode: 0644]
thirdparty/vhacd/src/FloatMath.inl [new file with mode: 0644]
thirdparty/vhacd/src/VHACD-ASYNC.cpp [new file with mode: 0644]
thirdparty/vhacd/src/VHACD.cpp [new file with mode: 0644]
thirdparty/vhacd/src/btAlignedAllocator.cpp [new file with mode: 0644]
thirdparty/vhacd/src/btConvexHullComputer.cpp [new file with mode: 0644]
thirdparty/vhacd/src/vhacdICHull.cpp [new file with mode: 0644]
thirdparty/vhacd/src/vhacdManifoldMesh.cpp [new file with mode: 0644]
thirdparty/vhacd/src/vhacdMesh.cpp [new file with mode: 0644]
thirdparty/vhacd/src/vhacdRaycastMesh.cpp [new file with mode: 0644]
thirdparty/vhacd/src/vhacdVolume.cpp [new file with mode: 0644]
thirdparty/wslay/COPYING [new file with mode: 0644]
thirdparty/wslay/config.h [new file with mode: 0644]
thirdparty/wslay/patches/msvcfix.diff [new file with mode: 0644]
thirdparty/wslay/wslay/wslay.h [new file with mode: 0644]
thirdparty/wslay/wslay/wslayver.h [new file with mode: 0644]
thirdparty/wslay/wslay_event.c [new file with mode: 0644]
thirdparty/wslay/wslay_event.h [new file with mode: 0644]
thirdparty/wslay/wslay_frame.c [new file with mode: 0644]
thirdparty/wslay/wslay_frame.h [new file with mode: 0644]
thirdparty/wslay/wslay_macro.h [new file with mode: 0644]
thirdparty/wslay/wslay_net.c [new file with mode: 0644]
thirdparty/wslay/wslay_net.h [new file with mode: 0644]
thirdparty/wslay/wslay_queue.c [new file with mode: 0644]
thirdparty/wslay/wslay_queue.h [new file with mode: 0644]
thirdparty/xatlas/LICENSE [new file with mode: 0644]
thirdparty/xatlas/xatlas.cpp [new file with mode: 0644]
thirdparty/xatlas/xatlas.h [new file with mode: 0644]
thirdparty/zlib/LICENSE [new file with mode: 0644]
thirdparty/zlib/adler32.c [new file with mode: 0644]
thirdparty/zlib/compress.c [new file with mode: 0644]
thirdparty/zlib/crc32.c [new file with mode: 0644]
thirdparty/zlib/crc32.h [new file with mode: 0644]
thirdparty/zlib/deflate.c [new file with mode: 0644]
thirdparty/zlib/deflate.h [new file with mode: 0644]
thirdparty/zlib/gzclose.c [new file with mode: 0644]
thirdparty/zlib/gzguts.h [new file with mode: 0644]
thirdparty/zlib/gzlib.c [new file with mode: 0644]
thirdparty/zlib/gzread.c [new file with mode: 0644]
thirdparty/zlib/gzwrite.c [new file with mode: 0644]
thirdparty/zlib/inffast.c [new file with mode: 0644]
thirdparty/zlib/inffast.h [new file with mode: 0644]
thirdparty/zlib/inffixed.h [new file with mode: 0644]
thirdparty/zlib/inflate.c [new file with mode: 0644]
thirdparty/zlib/inflate.h [new file with mode: 0644]
thirdparty/zlib/inftrees.c [new file with mode: 0644]
thirdparty/zlib/inftrees.h [new file with mode: 0644]
thirdparty/zlib/trees.c [new file with mode: 0644]
thirdparty/zlib/trees.h [new file with mode: 0644]
thirdparty/zlib/uncompr.c [new file with mode: 0644]
thirdparty/zlib/zconf.h [new file with mode: 0644]
thirdparty/zlib/zlib.h [new file with mode: 0644]
thirdparty/zlib/zutil.c [new file with mode: 0644]
thirdparty/zlib/zutil.h [new file with mode: 0644]
thirdparty/zstd/LICENSE [new file with mode: 0644]
thirdparty/zstd/common/allocations.h [new file with mode: 0644]
thirdparty/zstd/common/bits.h [new file with mode: 0644]
thirdparty/zstd/common/bitstream.h [new file with mode: 0644]
thirdparty/zstd/common/compiler.h [new file with mode: 0644]
thirdparty/zstd/common/cpu.h [new file with mode: 0644]
thirdparty/zstd/common/debug.c [new file with mode: 0644]
thirdparty/zstd/common/debug.h [new file with mode: 0644]
thirdparty/zstd/common/entropy_common.c [new file with mode: 0644]
thirdparty/zstd/common/error_private.c [new file with mode: 0644]
thirdparty/zstd/common/error_private.h [new file with mode: 0644]
thirdparty/zstd/common/fse.h [new file with mode: 0644]
thirdparty/zstd/common/fse_decompress.c [new file with mode: 0644]
thirdparty/zstd/common/huf.h [new file with mode: 0644]
thirdparty/zstd/common/mem.h [new file with mode: 0644]
thirdparty/zstd/common/pool.c [new file with mode: 0644]
thirdparty/zstd/common/pool.h [new file with mode: 0644]
thirdparty/zstd/common/portability_macros.h [new file with mode: 0644]
thirdparty/zstd/common/threading.c [new file with mode: 0644]
thirdparty/zstd/common/threading.h [new file with mode: 0644]
thirdparty/zstd/common/xxhash.c [new file with mode: 0644]
thirdparty/zstd/common/xxhash.h [new file with mode: 0644]
thirdparty/zstd/common/zstd_common.c [new file with mode: 0644]
thirdparty/zstd/common/zstd_deps.h [new file with mode: 0644]
thirdparty/zstd/common/zstd_internal.h [new file with mode: 0644]
thirdparty/zstd/common/zstd_trace.h [new file with mode: 0644]
thirdparty/zstd/compress/clevels.h [new file with mode: 0644]
thirdparty/zstd/compress/fse_compress.c [new file with mode: 0644]
thirdparty/zstd/compress/hist.c [new file with mode: 0644]
thirdparty/zstd/compress/hist.h [new file with mode: 0644]
thirdparty/zstd/compress/huf_compress.c [new file with mode: 0644]
thirdparty/zstd/compress/zstd_compress.c [new file with mode: 0644]
thirdparty/zstd/compress/zstd_compress_internal.h [new file with mode: 0644]
thirdparty/zstd/compress/zstd_compress_literals.c [new file with mode: 0644]
thirdparty/zstd/compress/zstd_compress_literals.h [new file with mode: 0644]
thirdparty/zstd/compress/zstd_compress_sequences.c [new file with mode: 0644]
thirdparty/zstd/compress/zstd_compress_sequences.h [new file with mode: 0644]
thirdparty/zstd/compress/zstd_compress_superblock.c [new file with mode: 0644]
thirdparty/zstd/compress/zstd_compress_superblock.h [new file with mode: 0644]
thirdparty/zstd/compress/zstd_cwksp.h [new file with mode: 0644]
thirdparty/zstd/compress/zstd_double_fast.c [new file with mode: 0644]
thirdparty/zstd/compress/zstd_double_fast.h [new file with mode: 0644]
thirdparty/zstd/compress/zstd_fast.c [new file with mode: 0644]
thirdparty/zstd/compress/zstd_fast.h [new file with mode: 0644]
thirdparty/zstd/compress/zstd_lazy.c [new file with mode: 0644]
thirdparty/zstd/compress/zstd_lazy.h [new file with mode: 0644]
thirdparty/zstd/compress/zstd_ldm.c [new file with mode: 0644]
thirdparty/zstd/compress/zstd_ldm.h [new file with mode: 0644]
thirdparty/zstd/compress/zstd_ldm_geartab.h [new file with mode: 0644]
thirdparty/zstd/compress/zstd_opt.c [new file with mode: 0644]
thirdparty/zstd/compress/zstd_opt.h [new file with mode: 0644]
thirdparty/zstd/compress/zstdmt_compress.c [new file with mode: 0644]
thirdparty/zstd/compress/zstdmt_compress.h [new file with mode: 0644]
thirdparty/zstd/decompress/huf_decompress.c [new file with mode: 0644]
thirdparty/zstd/decompress/huf_decompress_amd64.S [new file with mode: 0644]
thirdparty/zstd/decompress/zstd_ddict.c [new file with mode: 0644]
thirdparty/zstd/decompress/zstd_ddict.h [new file with mode: 0644]
thirdparty/zstd/decompress/zstd_decompress.c [new file with mode: 0644]
thirdparty/zstd/decompress/zstd_decompress_block.c [new file with mode: 0644]
thirdparty/zstd/decompress/zstd_decompress_block.h [new file with mode: 0644]
thirdparty/zstd/decompress/zstd_decompress_internal.h [new file with mode: 0644]
thirdparty/zstd/zstd.h [new file with mode: 0644]
thirdparty/zstd/zstd_errors.h [new file with mode: 0644]
version.py [new file with mode: 0644]